modifica aspetto al passaggio del mouse:richiama pagina pulsante1.htm con clic |
ogni pulsante viene creato in doppia copia ,uno
modificato rispetto all'altro,e si alternano al passaggio del
mouse
richiama pagina nella
stessa cartella
esempio pulsante1.gif e gpulsante1.gif
<table border="0">
<tr>
<td valign="bottom" height="37"><a
href="pulsante1.htm"
target="_self"
onmouseover="MM_swapImage('Image1','','gpulsante1.gif',1)"
onclick="MM_openBrWindow('pulsante1.htm','','width=150,height=100')"
onmouseout="MM_swapImgRestore()"><img src="pulsante1.gif"
border="0" width="215" height="25"
name="Image1"></a></td>
</tr>
</table>