Hareketli Yazı Efekti
<html>
<head>
<meta name="author" content="yilmaz"><!--bu metayi -->
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254"><!--ve bu metayi <head></head> arasina eklerseniz türkce karekter sorunu olmaz-->
<meta http-equiv="content-language" content="tr">
<title>Buraya ne yazarsan yukarda en üstte o görünür</title>
<script language="JavaScript">
/* Copyright (c) 2000 delikan */
var tx = new Array ("Delikan web sitesi", "Hareketli yazi efekti!", "istediginiz sekilde degistiriniz.", "(¯`·.¸¸.·´¯`·.¸¸.-> webmaster delikan<-.¸¸.·`¯´·.¸¸.·`¯)");
var txcount=5;
var i=1;
var wo=0;
var ud=1;
function animatetitle()
{
window.document.title=tx[wo].substr(0, i)+"_";
if (ud==0) i--;
if (ud==1) i++;
if (i==-1) {ud=1;i=0;wo++;wo=wo%txcount;}
if (i==tx[wo].length+10) {ud=0;i=tx[wo].length;}
// if (window.document.title.length < 20 ) window.document.title=window.document.title+"-";
// if (window.document.title.length == 20 ) window.document.title=window.document.title+"]";
// if (window.document.title.length == 21 ) setTimeout("window.document.title='Animierte Seitentitel '; ",1000);
parent.window.document.title=tx[wo].substr(0, i)+"_";
setTimeout("animatetitle()",100);
}
</script>
</HEAD>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000" onLoad="animatetitle()">
<div align="center"><b><h2>Browserinizin en üstüne bakınız!!</h2></b></div>
</body>
</html>