bluedragon2
IS-IT--Management
I have a perl script that creates a web page. Is it possible to have the script open in a new browser window and since the page refreshes every 20 seconds, will it keep opening new windows? An example of my header is:
Thanks,
[Blue]Blue[/Blue] [Dragon]
If I wasn't Blue, I would just be a Dragon...
Code:
print "Content-type: text/html\n\n";
print"<HTML><HEAD><meta http-equiv = 'refresh' content = '20'>\n";
print "<HEAD><TITLE>LTM Application</TITLE></HEAD>\n";
print "<BODY BGCOLOR=FFFFFF TEXT=000000 LINK=#0000dd VLINK=#0000dd>\n";
Thanks,
[Blue]Blue[/Blue] [Dragon]
If I wasn't Blue, I would just be a Dragon...