Buton Üzerinde Kayan Yazı

NuruAhsen

Sonsuz Temâþâ
HTML:
<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> 
</head> 
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000"> 
<script language="Javascript"> 
<!-- 
var speed = 100 
var message = "www.tevhid.gen.tr " 
var s = 0 
var l = message.length 
document.write("<form name='btn'><input type='button' " 
+"name='sc' value='"+ message +"'></form>") 
function btnsc() { 
document.btn.sc.value = message.substring(s,l) + message.substring(0,s) 
s++ 
if (s >= l) { 
s = 0 
} 
setTimeout("btnsc()",speed) 
} 
btnsc(); 
//--> 
</script> 
<a href="http://www.tevhid.gen.tr" TARGET="_blank">www.tevhid.gen.tr</a> 
</body> 
</html>
 
Üst