|
Post Number: 1
|
RadioActive
BioHZRD
Group: Members
Posts: 483
Joined: Jan. 2002
|
|
Posted on: Mar. 22 2002,23:55 |
|
|
a question for anybody familiar with javascript, perl and php is it possible to make a website reload with a given interval in any of the languages above, either perl, php or javascript. i've seen it done with javascript, but i have no idea how to do it with javascript. so if the answer for any of the languages above is yes, then how?
-------------- Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein
|
|
|
|
Post Number: 2
|
incubus
mack daddy
Group: Admins
Posts: 1316
Joined: May 2000
|
|
Posted on: Mar. 23 2002,00:15 |
|
|
Why use javascript, perl or PHP when there's a HTML <head> tag to do it?
<META HTTP-EQUIV="Refresh" CONTENT="300">
-------------- Quit your job. Start a fight. Prove you're alive. If you don't claim your humanity you will become a statistic. You have been warned ....... Tyler
|
|
|
|
Post Number: 3
|
incubus
mack daddy
Group: Admins
Posts: 1316
Joined: May 2000
|
|
Posted on: Mar. 23 2002,00:16 |
|
|
<pedantic>
<?php echo "<head><META HTTP-EQUIV="Refresh" CONTENT="300"></head>"; ?>
</pedantic>
Edited by incubus on Jan. 01 1970,01:00
-------------- Quit your job. Start a fight. Prove you're alive. If you don't claim your humanity you will become a statistic. You have been warned ....... Tyler
|
|
|
|
|
|