S
Stu
I have an html page that does the following
<form action="Scripts/Standard.pl" method="post">
<input type="hidden" name="redirect"
value="/Inetpub/wwwroot/ThankYou.htm">
When the individual hits the submit button the original html page
calls a perl script (standard.pl) that parses the data to a file on my
server. When it is done, I wanted to have the ThankYou.htm page come
up but I only get a blank screen after the perl routine is completed.
Help, any idea? I thought this would work.
<form action="Scripts/Standard.pl" method="post">
<input type="hidden" name="redirect"
value="/Inetpub/wwwroot/ThankYou.htm">
When the individual hits the submit button the original html page
calls a perl script (standard.pl) that parses the data to a file on my
server. When it is done, I wanted to have the ThankYou.htm page come
up but I only get a blank screen after the perl routine is completed.
Help, any idea? I thought this would work.