roland maynard wrote:
Hi all,
I am able to view my CGI script fine in Mozilla on my linux machine, but when I use internet explorer, it displays a
blank page. If you view the source code, the code is there that should be displayed. I am using HTML-Template.
Any suggestions on what needs fixin?
Wh
Hi all,
I am able to view my CGI script fine in Mozilla on my linux machine, but when I use
internet explorer, it displays a
blank page. If you view the source code, the code is there that should be displayed. I
am using HTML-Template.
Any suggestions on what needs fixin?
Thanks,
Roland
--
_
I have a form that targets a reply to a "new" window. I would like to post
the progress of the reply then display an option to "display" or "save" the
file I generate. Here is what I have so far (which is not working)...:
$|++;
print $q->header();
...
print "progress...";
...
print "progress...";