hello,
  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

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]

Reply via email to