Forum: Geek Forum
Topic: Auto Refresh
started by: RadioActive

Posted by RadioActive 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?
Posted by incubus 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">

alien.gif
Posted by incubus on Mar. 23 2002,00:16
<pedantic>

<?php
echo "<head><META HTTP-EQUIV="Refresh" CONTENT="300"></head>";
?>

</pedantic>


Powered by Ikonboard 3.1.4 © 2006 Ikonboard