<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 = "http://heryerdentatil.com"; } </script> <body onload="setTimeout('yonlendir()', 5000)"> <h5>Anasayfa' ya. 5 saniye sonra yönlendirileceksiniz.</h5> </body> </html>