ygz
查看ygz的博客
金钱 | : 1625 |
Level | : 0 |
发帖数 | : 227 |
最后登陆 | : 2019/1/21 |
注册时间 | : 2004/10/6 |
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <SCRIPT LANGUAGE="JavaScript"> function CaricaFoto(img){ foto1= new Image(); foto1.src=(img); Controlla(img); } function Controlla(img){ if((foto1.width!=0)&&(foto1.height!=0)){ viewFoto(img); } else{ funzione="Controlla('"+img+"')"; intervallo=setTimeout(funzione,20); } } function viewFoto(img){ largh=foto1.width+20; altez=foto1.height+20; stringa="width="+largh+",height="+altez; finestra=window.open(img,"",stringa); } </script> <body bgcolor="#FFFFFF" text="#000000"> <TABLE BORDER="0" cellspacing=0> <TR> <TD align=left> <A HREF="javascript:CaricaFoto('beboysh.gif')" BORDER="0"> <IMG SRC="beboysh.gif" BORDER="0" width="60" height="60"></A> </TD> <TD align=center> <A HREF="javascript:CaricaFoto('YAMATO0105.jpg')" BORDER="0"> <IMG SRC="YAMATO0105.jpg" BORDER="0" width="60" height="60"></A> </TD> <TD align=right> <A HREF="javascript:CaricaFoto('main4.gif')" BORDER="0"> <IMG SRC="main4.gif" BORDER="0" width="307" height="60"></A> </TD> </TR> </TABLE> </body> </html>
|