Ant wrote:
        I have a CGI script written in Perl(522) that displays some contents
from the database. Does Perl allows to refresh this page. If so how ? Since
web page is a client stuff I wonder how this could be achieved. Thanks for
help in advance.

Try to use the following meta tag in the output of your script.

<META HTTP-EQUIV="refresh" CONTENT=" 60; URL=/cgi-bin/ScriptName.pl">

Where 60 seconds is the refresh interval.
Please note it is important to use the exact syntax, ie CONTENT=" 60;
URL=/cgi-bin/ScriptName.pl"
Regards
Mark Zvolanek
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to