view old/gallery/misc3.html @ 2:fc00894c1d4a moonlitnights

[svn r3] moved all the bad stuff to 'old'
author rlm
date Fri, 19 Feb 2010 20:53:12 -0500
parents
children
line wrap: on
line source
1 <html><head><title>Misc Images</title>
3 <style type="text/css">
4 body {
5 font-size: 10px;
6 background-color:transparent;
7 overflow:hidden;
8 border:none;
9 margin:0;
10 }
12 a {
13 color: #82A9E9;
14 text-decoration: none;
15 font-weight:bold;
16 }
18 a:hover {
19 text-decoration: underline;
20 }
21 </style>
23 <SCRIPT LANGUAGE="JavaScript">
25 <!-- This script and many more are available free online at -->
26 <!-- The JavaScript Source!! http://javascript.internet.com -->
28 <!-- Begin
29 function CaricaFoto(img){
30 foto1= new Image();
31 foto1.src=(img);
32 Controlla(img);
33 }
34 function Controlla(img){
35 if((foto1.width!=0)&&(foto1.height!=0)){
36 viewFoto(img);
37 }
38 else{
39 funzione="Controlla('"+img+"')";
40 intervallo=setTimeout(funzione,20);
41 }
42 }
43 function viewFoto(img){
44 largh=foto1.width+20;
45 altez=foto1.height+20;
46 stringa="width="+largh+",height="+altez;
47 finestra=window.open(img,"",stringa);
48 }
49 // End -->
50 </script>
52 </head>
54 <body><center><h2>Misc</h2>
55 <br><br></center>
57 <div align=center><a href="javascript:CaricaFoto('misc/samimisa.jpg')"><img src="misc/thumb/samimisa.jpg" border=0 width="60" height="60"></a>
58 <a href="javascript:CaricaFoto('misc/sasamimisao2.jpg')"><img src="misc/thumb/sasamimisao2.jpg" border=0 width="60" height="60"></a>
59 <a href="javascript:CaricaFoto('misc/sasamimisao.jpg')"><img src="misc/thumb/sasamimisao.jpg" border=0 width="60" height="60"></a>
60 <a href="javascript:CaricaFoto('misc/sasamisao30.jpg')"><img src="misc/thumb/sasamisao30.jpg" border=0 width="60" height="60"></a>
61 <a href="javascript:CaricaFoto('misc/OlderMandS.jpg')"><img src="misc/thumb/OlderMandS.jpg" border=0 width="60" height="60"></a><br>
62 <a href="javascript:CaricaFoto('misc/misa05hp.jpg')"><img src="misc/thumb/misa05hp.jpg" border=0 width="60" height="60"></a>
63 <br><br><br>
65 <table height=10 width=45 bgcolor=FFFFFF><tr><td><font size=3><a href="misc.html">1</a>-<a href="misc2.html">2</a>-3</font></td></tr></table>
66 </div></body></html>