I am working on a cgi script and everything is working except for the refresh code that I have entered for refreshing the page. Any help is appreciated.
Below is the first part of the code:
#!/usr/bin/perl use CGI ':standard'; use LWP::Simple qw/get/; print "Content-type: text/html\n\n"; print "<HTML>\n"; print "<HEAD><TITLE>\n"; print qq{<meta http-equiv="refresh" content="5;URL=http://url.....:po +rt/cgi-bin/upgprocess.cgi">}; print "</TITLE></HEAD>\n"; print "<b><CENTER><p>Server Status</p></CENTER></b>\n\n"; print "</HTML>\n"; print "<TABLE BORDER =0 align=center>\n";
In reply to Meta Refresh Tag not working by coding_new
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |