e from some google search result:
print start_html(-title => "CNN Headline News",
-head => meta({-http_equiv => 'refresh',
-content => $REFRESH * 60}));
- Original Message -
From: "Jason Ostrom" <[EM
Perhaps you just want to use $q->redirect() ?
- Original Message -
From: "Jason Ostrom" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 02, 2002 5:02 PM
Subject: Re-direct/Refresh question
> Is there a more efficient way to do page re-directs / refreshes with
> CGI.pm?
The URL encoding versions are in CGI::Util and are just called 'escape' and
'unescape'. I don't know why they are not documented in the CGI perldoc, or
even the CGI::Util perldoc. I guess they are considered private, although
they are handy.
-Adam
- Original Message -
From: "Camilo Gon
If you just wat a 'back' button, you ca just use a 'button' element instead
of a submit element:
If you actually do want to submit a form *and* return to previous page in
the history, you just need to use javascript to do the submit also:
The trick is you need to do the 'history.back()' after