OwnZStyLe.TR.GG

Script Örnekleri 4

https://img.webme.com/pic/h/html-ogrenelim/head.png
http://i277.photobucket.com/albums/kk42/sanalyol/navigasyon.png
Anasayfa
HTML Giriş
Linkler
Resimler
Tablolar
Frameset
Iframe
Form Örnekleri
CSS Örnekleri
MapArea
Script Örnekleri 1
Script Örnekleri 2
Script Örnekleri 3
Script Örnekleri 4
Script Örnekleri 5
Müzik ekleme
Opacity
Background - Text
Sabitleme
Client X-Y

Ekranta Tıklanılan yerin x-y koordinatlarını verir

<html>
<head>
<script type="text/javascript">
function coords(event)
{
x=event.clientX
y=event.clientY
alert("X coords: " + x + ", Y coords: " + y)
}
</script>
</head>
<body onmousedown="coords(event)">
Ekranda Bir Yerde Tıklayınız
</body>
</html>

 


Replace

window.location.replace->geri gön butonunu pasif yapar.
document.write(document.URL)->sayfanın adresini alır


<html>
<head>
<script type="text/javascript">
function replaceDoc()
{
window.location.replace("http://www.deu.edu.tr")
}
</script>
</head>
<body>
<input type="button" value="replace" onclick="replaceDoc()" />
<a href="URL.html">tıkla ve ilerle</a>
</body>
</html>

URL.html
<html>
<body>
<script type="text/javascript">
document.write(document.URL)
</script>
</body>
</html>
   

Design By RoyaLChiLD www.ownzstyle.tr.gg


Bugün 4 ziyaretçi (5 klik) kişi burdaydı!
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol