> hello, Howdy
> The code below is from a cgi scrip.... > this code makes a html page by calling &FP > this works, i know this because i can see > Thinking..... > printed in the browser right before redirect. > problem is i get the error... > > Preamautre end of script headers Did you print any headers? Make sure you have something like print "Content-type: text/html\n\n"; befor eany actual html output. > > while trying to redirect... also..the redirect works just > fine for mozilla/Linux but fails on ie/windows. Any ideas.... > > > elsif($in{my_action} eq "fp"){ > &FP; > print "<html><head><title>AbqRlty</title>\n"; > print "<meta http-equiv=\"Refresh\" > content=\"0,URL=http://www.mysite.com/feature.html\">\n"; > print "</head><body>One Moment > Thinking......</body></html>\n"; > } > thanks, > -- > jdavis <[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]