Programalama > JAVA SCRIPT


Ort. 0
Puan ver:
<!-- ONE STEP TO INSTALL RANDOM LINK GENERATOR:

   1.  Paste the designated coding into the HEAD of the HTML document  -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document  -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">


<!-- Begin
function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*3);   // a = random number between 1-3
if (a==1) go_to("http://www.ucirit-com.tk");
if (a==2) go_to("http://www.ucirit-net.tk");
if (a==3) go_to("http://www.ucirit.tk");
}
// End -->
</SCRIPT>

<!-- STEP TWO:  Paste this last code into the BODY of your HTML document -->

<BODY>
<CENTER>
<FORM NAME="myForm">
<INPUT TYPE="button" NAME="myButton" VALUE="Rasgele Link yönlendiren buton"
onClick="rand_link()">
</FORM>
</CENTER>


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.