Mercurial > moonlitnights
comparison old/gallery/tsPics4.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 |
comparison
equal
deleted
inserted
replaced
1:dbe144217c71 | 2:fc00894c1d4a |
---|---|
1 <html><head><title>Tomoyo and Sakura Images</title> | |
2 | |
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 } | |
11 | |
12 a { | |
13 color: #82A9E9; | |
14 text-decoration: none; | |
15 font-weight:bold; | |
16 } | |
17 | |
18 a:hover { | |
19 text-decoration: underline; | |
20 } | |
21 </style> | |
22 | |
23 <SCRIPT LANGUAGE="JavaScript"> | |
24 | |
25 <!-- This script and many more are available free online at --> | |
26 <!-- The JavaScript Source!! http://javascript.internet.com --> | |
27 | |
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> | |
51 | |
52 </head> | |
53 | |
54 <body><center><h2>Tomoyo and Sakura</h2> | |
55 <br><br></center> | |
56 | |
57 <div align=center><a href="javascript:CaricaFoto('ts/SakTomo-card.jpg')"><img src="ts/thumb/SakTomo-card.jpg" border=0 width="60" height="60"></a> | |
58 <a href="javascript:CaricaFoto('ts/sakura_9.JPG')"><img src="ts/thumb/sakura_9.jpg" border=0 width="60" height="60"></a> | |
59 <a href="javascript:CaricaFoto('ts/SakuraandTomoyo.jpg')"><img src="ts/thumb/SakuraandTomoyo.jpg" border=0 width="60" height="60"></a> | |
60 <a href="javascript:CaricaFoto('ts/Sakurafanart.jpg')"><img src="ts/thumb/Sakurafanart.jpg" border=0 width="60" height="60"></a> | |
61 <a href="javascript:CaricaFoto('ts/SakuraMad.jpg')"><img src="ts/thumb/SakuraMad.jpg" border=0 width="60" height="60"></a><br> | |
62 <a href="javascript:CaricaFoto('ts/sakura-mkr.jpg')"><img src="ts/thumb/sakura-mkr.jpg" border=0 width="60" height="60"></a> | |
63 <a href="javascript:CaricaFoto('ts/SakuraTomoyoAiShite.jpg')"><img src="ts/thumb/SakuraTomoyoAiShite.jpg" border=0 width="60" height="60"></a> | |
64 <a href="javascript:CaricaFoto('ts/Sakura-Tomoyo-bday.jpg')"><img src="ts/thumb/Sakura-Tomoyo-bday.jpg" border=0 width="60" height="60"></a> | |
65 <a href="javascript:CaricaFoto('ts/sakura-tomoyo-love2.jpg')"><img src="ts/thumb/sakura-tomoyo-love2.jpg" border=0 width="60" height="60"></a> | |
66 <a href="javascript:CaricaFoto('ts/sakura-tomoyo-love.jpg')"><img src="ts/thumb/sakura-tomoyo-love.jpg" border=0 width="60" height="60"></a><br> | |
67 <a href="javascript:CaricaFoto('ts/SakuraTomoyosleep.jpg')"><img src="ts/thumb/SakuraTomoyosleep.jpg" border=0 width="60" height="60"></a> | |
68 <a href="javascript:CaricaFoto('ts/sakutomo00.jpg')"><img src="ts/thumb/sakutomo00.jpg" border=0 width="60" height="60"></a> | |
69 <a href="javascript:CaricaFoto('ts/School-Picture.jpg')"><img src="ts/thumb/School-Picture.jpg" border=0 width="60" height="60"></a> | |
70 <a href="javascript:CaricaFoto('ts/shin_sakura_tomoyo.jpg')"><img src="ts/thumb/shin_sakura_tomoyo.jpg" border=0 width="60" height="60"></a> | |
71 <a href="javascript:CaricaFoto('ts/snt.jpg')"><img src="ts/thumb/snt.jpg" border=0 width="60" height="60"></a> | |
72 <br><br><br> | |
73 | |
74 <table height=10 width=80 bgcolor=FFFFFF><tr><td><font size=3> | |
75 <a href="tsPics.html">1</a>-<a href="tsPics2.html">2</a>-<a href="tsPics3.html">3</a>-4-<a href="tsPics5.html">5</a>-<a href="tsPics6.html">6</a>-<a href="tsPics7.html">7</a></font></td></tr></table> | |
76 </div></body></html> |