Animasi Windows Opener dengan script,Animasi ini membuat link terbuka dijendela baru secara pelahan dan sedikit demi sedikit akhirnya akan menutupi jendela Utama, Sebagai contoh silahkan klik Link dibawah ini
Link Demo :
Nah Jika sobat berkenan berikut Scriptnya
<script type="text/javascript">
<!--
var winheight=100
var winsize=100
var x=5
function openwindow(thelocation){
temploc=thelocation
if (!(window.resizeTo&&document.all)&&!(window.resizeTo&&document.getElementById)){
window.open(thelocation)
return
}
win2=window.open("","","scrollbars")
win2.moveTo(0,0)
win2.resizeTo(100,100)
go2()
}
function go2(){
if (winheight>=screen.availHeight-3)
x=0
win2.resizeBy(5,x)
winheight+=5
winsize+=5
if (winsize>=screen.width-5){
win2.location=temploc
winheight=100
winsize=100
x=5
return
}
setTimeout("go2()",50)
}
//-->
</script>
<div style="font-family: Mistral; text-align: center;">
<span style="font-size: 40px;"><a href="javascript:openwindow('http://cuerosbhelatos.blogspot.com/p/my-friends.html')">This My Friends</a>
</span> </div>
<div style="font-family: Mistral; text-align: center;">
<span style="font-size: 40px;"><a href="javascript:openwindow('http://cuerosbhelatos.blogspot.com/p/buku-tamu-sahabat.html')">Buku Tamu</a></span></div>
<!--
var winheight=100
var winsize=100
var x=5
function openwindow(thelocation){
temploc=thelocation
if (!(window.resizeTo&&document.all)&&!(window.resizeTo&&document.getElementById)){
window.open(thelocation)
return
}
win2=window.open("","","scrollbars")
win2.moveTo(0,0)
win2.resizeTo(100,100)
go2()
}
function go2(){
if (winheight>=screen.availHeight-3)
x=0
win2.resizeBy(5,x)
winheight+=5
winsize+=5
if (winsize>=screen.width-5){
win2.location=temploc
winheight=100
winsize=100
x=5
return
}
setTimeout("go2()",50)
}
//-->
</script>
<div style="font-family: Mistral; text-align: center;">
<span style="font-size: 40px;"><a href="javascript:openwindow('http://cuerosbhelatos.blogspot.com/p/my-friends.html')">This My Friends</a>
</span> </div>
<div style="font-family: Mistral; text-align: center;">
<span style="font-size: 40px;"><a href="javascript:openwindow('http://cuerosbhelatos.blogspot.com/p/buku-tamu-sahabat.html')">Buku Tamu</a></span></div>
Kode yang Berwarna biru adalah Link tujuan dan nama linknya
share from : www.dynamicdrive.com
Posted On : 28 Januari 2012 Time : 16.26