Programalama > JAVA SCRIPT

Etiketler: e-mail, link......

Ort. 0
Puan ver:
<script language="JavaScript">

Location='mailto:mmgurer@veezy.com'  //Enter your link here.
Img=new Image();
Img.src="ghost3.gif";  //Pre-load your image.
ImageName="ghost3.gif"; //Your image name, same as above.
S=null;
fadeStep = 3;
fade = 70;
currentStep=0;
step = 1;
x=0;
y=0;
function Expand(){
if (document.all){
y=window.document.body.clientHeight-80 +document.body.scrollTop;
x=window.document.body.clientWidth-80;
pic.height=currentStep*2;
pic.width=currentStep*2;
pic.style.top=y+(-currentStep);
pic.style.left=x+(-currentStep);
pic.style.filter='alpha(opacity='+fade+')';
currentStep+=step;
if (currentStep > 60) fade-=fadeStep;
if (fade < -20) {currentStep=0;fade=70;}
S=setTimeout('Expand()',50);
}
}
if (document.all){
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
document.write('<a href="'+Location+'">'
+'<img  id="pic" src="'+ImageName+'" border="0" style="position:absolute;top:0px;left:0px"></a>');
document.write('</div></div>');
}
if (document.all)
window.onload=Expand; 
//-->
</script>


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.