|
Guys I've got a results type page that's being generated from a webpage on my server. It first opens a new page then uses writeln to write out a bunch of code to display the results dynamically. This part is working just fine...the problem is when I try to save that results page all I get is two !! and the HTML has them in pre tags? Now here's where it gets strange...if i copy those pages to my hard drive and run the same html code I have no problems saving the results page even though both the local and server pages call the same javascript file (its hard pathed to the server)
|