Put these in the
Head tags
PHP Code:
<script language="JavaScript">
var time = null
function move() {
window.location = 'http://megaupload.com'
}
</script>
Put this in
Body Tags
PHP Code:
<body onload="timer=setTimeout('move()',2000)">
The 2000 is the time..
Ex:
1000= 1 Sec.
2000= 2 Sec.
3000= 3 Sec.
Quote:
Originally Posted by King_Arthur
No. Href diffidently has to be in the opening anchor code. It looks like I needed double quotes "" around the actual link.
Reference: 
|
Not really... Not all the time..