On Wed, 2008-09-17 at 18:24 +0530, Manasi Bopardikar wrote:
> I am new to CGI programming.I do not know how to refresh a web page
> every 15
> min.I would like to know the script for the same.
> 

You want the browser to refresh the page every 15 minutes.  Browsers are
not CGIs.  CGIs are not running when a browser displays a page.

To tell a browser to refresh a page, add the appropriate meta to
start_html().  See `perldoc CGI` and HTML specification at W3C
http://www.w3.org/


-- 
Just my 0.00000002 million dollars worth,
  Shawn

"Where there's duct tape, there's hope."
        Cross Time Cafe

"Perl is the duct tape of the Internet."
        Hassan Schroeder, Sun's first webmaster


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


  • refresh a page Manasi Bopardikar
    • Re: refresh a page Mr. Shawn H. Corey

Reply via email to