Programalama > JAVA SCRIPT

<script language="JavaScript">
// The scrolling part of this script was written by Nathan Wenneker
// I just added the prompt box and that's it.

// Patrick Meirmans (mijter@dds.nl)
// http://www.geocities.com/Nashville/2956/

// The following text is from the original script
// Now this messages is becoming larger than the script...

// This script was written by Nathan Wenneker
// naw@3eagles.com
// http://www.geocities.com/SiliconValley/Pines/7183
// http://www.geocities.com/SiliconValley/Lakes/3595


// This script is free to use as long as you keep
// these comments with it.

// This script scrolls a message through a text box.
// the box can be any size  and cen be put anywhere
// on your page.  Set "speedtogo" higher to go slower 
// and lower to go faster.  Replace the second "f" with
// your text.

// Enjoy.
Ret = prompt('Sevdiğiniz insanın adını girin',"something")

var temp
var f =
"                                                                  "
var f = f + (Ret)
var speedtogo = 50

var counter


function scrollon() {
        
   temp  = f.substring(0,1);
   f += temp
   f    = f.substring(1,100);
   window.status = f.substring(0,100);
  
  counter    = setTimeout("scrollon()",speedtogo);

 }
</script>
<layer src="http://www.spidersoft.com/ads/bwz468_60.htm" visibility="hidden" id="a1" width="600" onload="moveToAbsolute(ad1.pageX,ad1.pageY); a1.clip.height=60;visibility='show';"></layer>


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.