Programalama > JAVA SCRIPT

Etiketler: dinamik, buton

Ort. 0
Puan ver:
<html>

<head>
<title>JavaFILE</title>
<base target="leftframe">
</head>

<body onLoad="window.StartTimer()" BGCOLOR="#FFFFFF">

*//Yapımcı:   Adnan DAN - www.horozz.net - horozz@horozz.net

<p align="center"> <script LANGUAGE="JavaScript1.2">
<!--
var WhereTo   = null;
var TimerID   = null;
var now       = new Date();
var pos       = 0;
var StartTime = null;
var PauseTime = 3000;
// Change the PauseTime value (in milliseconds) to
// change the speed at which the button URLs rotate.

function InitializeArray() {
 this.length = InitializeArray.arguments.length
   for (var i = 0; i < this.length; i++)
   {
    this[i+1] = InitializeArray.arguments[i]
   }
}

function ParseString(data,num) {
 for(var i=0;i<data.length;i++)
   {
   if(data.substring(i,i+1)=="|") break;
   }
   if (num==0) return(data.substring(0,i));
   else return(data.substring(i+1,data.length));
}

function StartTimer() {
   now = new Date();
   StartTime=now.getTime();
   StopTimer();
   WhereTo = new InitializeArray("The HoRoZz.Net|http://www.horozz.net",
    "HoRoZz Forum|http://www.horozz.net/forum",
      "Hazır Kod|http://www.hazirkod.com",
      "Yahoo|http://www.yahoo.com",
      "CNBC TV|http://www.cnbc.com",
      "Netscape|http://www.netscape.com",
      "ABC News|http://www.abcnews.com",
      "CNN|http://www.cnn.com",
      "Netscape FTP Site|ftp://ftp.netscape.com",
  "Ulaşın|mailto:horozz@horozz.net");
   ShowTimer();
}

function StopTimer() {
   TimerID = null;
   WhereTo = null;
}

function ShowTimer() {
 pos= (pos == WhereTo.length) ? 1 : pos + 1;
 document.forms[0].elements[0].value=ParseString(WhereTo[pos],0);
   TimerID=window.setTimeout('ShowTimer()',PauseTime);
}

function DestinationUrl()  {
   this.location=ParseString(WhereTo[pos],1);
   return (false);
}
//-->
</script> </p>

<form>
  <div align="center"><center><p><input TYPE="button" VALUE="       Cool Links!       "
  NAME="Destination" onClick="window.DestinationUrl()"> <br>
  <br>
  </p>
  </center></div>
</form>

</body>
</html>


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.