Thanks.
I have tried "print
$query->redirect('http://somewhere.else/in/movie/land') ;" before, which
works fine as to redirect the user to the web page. However, if the user then
tries to refresh this page, the CGI script is called again without any params,
which result in "Internal Server Error". So, the goal I want to achieve is that
the user can refresh the page I returned without getting an error. It should
refresh the web page, not calling my CGI script again.
I also tried "print
$query->redirect(-uri=>'http://somewhere.else/in/movie/land',
-nph=>1);" moments ago, which generated an "Internal Server Error" in IE
window.
Is using <meta> tag a "bad" approach? I thought this is a way to solve my situation here. Wei
----- Original Message -----
|
- use http-equiv to refresh the page Wei Gao
- Re: use http-equiv to refresh the page Perrin Harkins
- Re: use http-equiv to refresh the page Wei Gao
- Re: use http-equiv to refresh the page Perrin Harkins
- Re: use http-equiv to refresh the page wsheldah
- Re: use http-equiv to refresh the page Wei Gao
- Re: use http-equiv to refresh the page Perrin Harkins
- Re: use http-equiv to refresh the page Chris Shiflett
- Re: use http-equiv to refresh the page Perrin Harkins
- Re: use http-equiv to refresh the page Chris Shiflett
- Re: use http-equiv to refresh the page Perrin Harkins
- Re: [OT] use http-equiv to refresh the pag... fliptop
- RE: use http-equiv to refresh the page Eric L. Brine