Advertisement
C_Volume2 Internet/ Browsers/ HTML #81083

Redirect after X seconds «VERY SIMPLE»

This code is very simple to understand, implement, and use. I was browsing this website when I found this code (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=91&lngWId=2). My next tought was how could I apply that to a normal redirection? It's simple check this out..

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
...
<form action="http://www.planetsourcecode.com" name="myform"></form>
<script language="Javascript">
setTimeout('document.myform.submit()',5000);
</script>
...
(Note: 5000 = 5 seconds)
Original Comments (3)
Recovered from Wayback Machine