Forum'da ara:
Ara


Yazar Mesaj
Mesaj10.05.2009, 11:28 (UTC)    
Mesaj konusu: Kayarak Acılan Sayfa

Kod:
<html><br /><head><br /><title>akrasyonlu pencere </title><br /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br /></head><br /><script language="javascript1.2"> <br />var pen;<br />var genislik=50,yukseklik=50;<br />var timer;<br />function ac(){<br /> var ozellikler = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=yes,copyhistory=yes,width=50,height=50,left=0,top=0,screenX=0,screenY=0';<br />  pen = window.open("","title",ozellikler);<br />  timer=setInterval("genislet()",10);<br />  }<br />  function yukselt(){<br />   pen.resizeTo(screen.width,yukseklik);<br /> yukseklik+=5;<br /> if(yukseklik>=screen.height){<br />  clearInterval(timer);<br /> }<br />  }<br />  function genislet(){<br />   pen.resizeTo(genislik,50);<br /> genislik+=5;<br /> if(genislik>=screen.width){<br />  clearInterval(timer);<br />  timer=setInterval("yukselt()",10);<br /> }<br />  }<br /></script><br /><body><br /><button onClick="ac()">Buraya Tıklayın</button><br /></body><br /></html><br /><br />webuzmani.blogspot.com<br /><br />
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu