09-02-2012, 08:45
Kod:
<html>
<head>
<title>Javascript Yönlendirme Uygulaması</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
</head>
<script>
function yonlendir()
{
location.href = "hthttp://www.bedava-sitem.com/forum";
}
</script>
<body onload="setTimeout('yonlendir()', 5000)">
<h5>Anasayfa' ya. 5 saniye sonra yönlendirileceksiniz.</h5>
</body>
</html>