come mettere un link ad un bottone?
questo è lo script per inserire un bottone:
Codice HTML:
<HEAD>
<STYLE TYPE="text/css">
.over {color:yellow; background:navy}
.down {color:yellow; background:navy; font-style:italic}
</STYLE>
</HEAD>
<BODY background="sfondo_demo.gif">
<INPUT TYPE=BUTTON VALUE="Immagini"
ONMOUSEOVER="this.className = 'over';"
ONMOUSEOUT="this.className = '';"
ONMOUSEDOWN="this.className = 'down';"
ONMOUSEUP="this.className = 'over';">
la domanda è:
come faccio a far sì ke cliccando su questo bottone si apra un'altra pagina?
[DS] Quando inserisci del codice, usa gli appositi tag, si legge meglio!