I'm hoping someone on the list has seen or solved this problem.
On a WinNT 4 machine, running IIS 4.0,
I am using a Perl .plx (ISAPI) as a form action to collect
input from an HTML form...  I've boiled it down to the
most trivial thing:

use CGI;
my $query = new CGI;
my $name = $query->param('name');
print "Content-type: text/html\n\n";
print "<HTML>Name: $name</HTML>";
exit;

OK, I have this little HTML form that uses a POST method
action to fire my script...  works OK under IE and
the script responds immediately, but for some reason
NetScape 4.7 takes about a minute before I get a response
from the server.   It may or may not be perl??  but if
anyone know why NetScape is soooo slow responding to
my script...  please let me know.   I have been fighting
with it for hours and still scratching my head.  

Regards,

Chris Stuber (mapsurfer)
[EMAIL PROTECTED]
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to