http://qs1969.pair.com?node_id=173887


in reply to Re: Re: IE wont post after initial request
in thread IE wont post after initial request

I tried this and it still doesn't work after the first post
#!/usr/bin/perl -wT use strict; use CGI; my $q = new CGI; print $q->header; print <<EODUMP; <html> <head> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="Expires" content="0"> </head> <body> <form method=post> <input type=text name=foo><br> <input type=submit value=Submit> </form> EODUMP #if(defined($q->param('foo'))){ print $q->param('foo'); #} print "</body></html>";


--BigJoe

Learn patience, you must.
Young PerlMonk, craves Not these things.
Use the source Luke.