Arkadaşlar buton üstüne kayan yazı kodunu veriyorum bu kodu not defterine yapıştırın farklı kaydet diyip masa üstüne dosya adı olarak şöyle kayıt edin MaxiGame.html siz değişik de koyabilirsiniz örneğin abbas.html
Kod :
Kolay gelsin ...
Kod :
Kod:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=utf8_turkish_ci">
<title>MaxiGame </title>
</head>
<body>
<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - 1923TÜRK-GRUP
var speed = 100
var message = " WWW.MAXİGAME.ORG "
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>
</body>
</html>