| Collezione Javascript |
Questo semplice script, illumina (modificando i colori) il vostro bottone portandovi ad una pagina specifica
RITORNA ALLA PAGINA DELLE JAVASCRIPT
RITORNA ALLA PAGINA DELLE ALTRE JAVASCRIPT
utenti connessi
Autori: unknown, modified and explained from www.webmasterpaolo.com
Lo script da inserire in html
<table cellpadding=5 cellspacing=0 border=0>
<tr>
<td align="center" width=180 onclick="window.location='http://www.webmasterpaolo.com/javascript/home_javascript.htm'" onmouseover="this.style.backgroundColor='#FFEB5D'" onmouseout="this.style.backgroundColor='#FFFFFF'" style="cursor:hand; border: 1px; border-style: solid; border-color: #000066; background-color:#FFFFFF" align="left"><A style="text-decoration:none; color:000000;
font-weight:bold;" HREF="http://www.webmasterpaolo.com/javascript/home_javascript.htm">Collezione
Javascript</a></td>
</tr>
</table>