Mercurial > moonlitnights
annotate old/gallery/tsPics7.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 |
rev | line source |
---|---|
rlm@2 | 1 <html><head><title>Tomoyo and Sakura Images</title> |
rlm@2 | 2 |
rlm@2 | 3 <style type="text/css"> |
rlm@2 | 4 body { |
rlm@2 | 5 font-size: 10px; |
rlm@2 | 6 background-color:transparent; |
rlm@2 | 7 overflow:hidden; |
rlm@2 | 8 border:none; |
rlm@2 | 9 margin:0; |
rlm@2 | 10 } |
rlm@2 | 11 |
rlm@2 | 12 a { |
rlm@2 | 13 color: #82A9E9; |
rlm@2 | 14 text-decoration: none; |
rlm@2 | 15 font-weight:bold; |
rlm@2 | 16 } |
rlm@2 | 17 |
rlm@2 | 18 a:hover { |
rlm@2 | 19 text-decoration: underline; |
rlm@2 | 20 } |
rlm@2 | 21 </style> |
rlm@2 | 22 |
rlm@2 | 23 <SCRIPT LANGUAGE="JavaScript"> |
rlm@2 | 24 |
rlm@2 | 25 <!-- This script and many more are available free online at --> |
rlm@2 | 26 <!-- The JavaScript Source!! http://javascript.internet.com --> |
rlm@2 | 27 |
rlm@2 | 28 <!-- Begin |
rlm@2 | 29 function CaricaFoto(img){ |
rlm@2 | 30 foto1= new Image(); |
rlm@2 | 31 foto1.src=(img); |
rlm@2 | 32 Controlla(img); |
rlm@2 | 33 } |
rlm@2 | 34 function Controlla(img){ |
rlm@2 | 35 if((foto1.width!=0)&&(foto1.height!=0)){ |
rlm@2 | 36 viewFoto(img); |
rlm@2 | 37 } |
rlm@2 | 38 else{ |
rlm@2 | 39 funzione="Controlla('"+img+"')"; |
rlm@2 | 40 intervallo=setTimeout(funzione,20); |
rlm@2 | 41 } |
rlm@2 | 42 } |
rlm@2 | 43 function viewFoto(img){ |
rlm@2 | 44 largh=foto1.width+20; |
rlm@2 | 45 altez=foto1.height+20; |
rlm@2 | 46 stringa="width="+largh+",height="+altez; |
rlm@2 | 47 finestra=window.open(img,"",stringa); |
rlm@2 | 48 } |
rlm@2 | 49 // End --> |
rlm@2 | 50 </script> |
rlm@2 | 51 |
rlm@2 | 52 </head> |
rlm@2 | 53 |
rlm@2 | 54 <body><center><h2>Tomoyo and Sakura</h2> |
rlm@2 | 55 <br><br></center> |
rlm@2 | 56 |
rlm@2 | 57 <div align=center><a href="javascript:CaricaFoto('ts/tomosakubtb.jpg')"><img src="ts/thumb/tomosakubtb.jpg" border=0 width="60" height="60"></a> |
rlm@2 | 58 <a href="javascript:CaricaFoto('ts/sakutomo_jinjin.jpg')"><img src="ts/thumb/sakutomo_jinjin.jpg" border=0 width="60" height="60"></a> |
rlm@2 | 59 <a href="javascript:CaricaFoto('ts/hanya2.jpg')"><img src="ts/thumb/hanya2.jpg" border=0 width="60" height="60"></a> |
rlm@2 | 60 <br><br><br> |
rlm@2 | 61 |
rlm@2 | 62 <table height=10 width=80 bgcolor=FFFFFF><tr><td><font size=3><a href="tsPics.html">1</a>-<a href="tsPics2.html">2</a>-<a href="tsPics3.html">3</a>-<a href="tsPics4.html">4</a>-<a href="tsPics5.html">5</a>-<a href="tsPics6.html">6</a>-7</font></td></tr></table> |
rlm@2 | 63 </div></body></html> |