Duncan,
Thanks. On that same note, I'm having the WORST problem with this portion of code:
print "<body onLoad=delayDownload(\"$fileName\")>";
It's creating this (if you were to view the source):
<body onLoad=delayDownload("Internal dscrp to FIX RM.xls)>
As you can imagine, JS is screaming at me about the missing " but I can't seem to get it to recognize the one I've escaped.
Any ideas?
- MT