hmustak
09/08/2002, 02:03
Hoş bir script, Copy /Paste ederek aldım, bana ait filan diil...
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso8859-9">
<meta http-equiv="content-type" content="text/html;charset=windows-1254">
<meta http-equiv="page-enter" content="Revealtrans(duration=2,transition=23)">
<script>
function startEQ()
{
richter=10
parent.moveBy(0,richter)
parent.moveBy(richter,0)
parent.moveBy(0,-richter)
parent.moveBy(-richter,0)
timer=setTimeout("startEQ()",10)
}
function stopEQ()
{
clearTimeout(timer)
}
</script>
</head>
<body>
<form>
<input type="button" onclick="startEQ()" value="Depremi Başlat">
<br />
<br />
<input type="button" onclick="stopEQ()" value="Depremi Durdur">
</form>
</body>
</html>
yorumlarınız ??
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso8859-9">
<meta http-equiv="content-type" content="text/html;charset=windows-1254">
<meta http-equiv="page-enter" content="Revealtrans(duration=2,transition=23)">
<script>
function startEQ()
{
richter=10
parent.moveBy(0,richter)
parent.moveBy(richter,0)
parent.moveBy(0,-richter)
parent.moveBy(-richter,0)
timer=setTimeout("startEQ()",10)
}
function stopEQ()
{
clearTimeout(timer)
}
</script>
</head>
<body>
<form>
<input type="button" onclick="startEQ()" value="Depremi Başlat">
<br />
<br />
<input type="button" onclick="stopEQ()" value="Depremi Durdur">
</form>
</body>
</html>
yorumlarınız ??