Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: php scriptas REIKIA!!

Parašė Pongis· 2008 Vas. 1 16:02:33
#2

Na adau kažkokį, čia HTML + JS, tikiuos tiks:

<html>
<head>
<script type="text/javascript">
<!--
function delayer(){
    window.location = "../javascriptredirect.php"
}
//-->
</script>
</head>
<body onLoad="setTimeout('delayer()', 5000)">
<h2 >Prepare to be redirected!</h2>
<p>This page is a time delay redirect, please update your bookmarks to our new
location!</p>

</body>
</html>