Al pulsante inserisci il seguente script:
codice:
on (release) {
getURL("chi.htm", "I4");
}
visto che utilizzi una pagina con frame, esempio:
codice:
...
<frameset cols="15%,*">
<frame name="sinistra" scrolling="auto" target="superioredx" src="Frame.htm">
<frameset rows="19%,*">
<frame name="superioredx" target="superioredx" src="Intestazione.htm">
<frame name="I4" scrolling="auto" target="_self" src="home.htm" >
</frameset>
<noframes>
<body>
La pagina corrente utilizza i frame. Questa caratteristica
non è supportata dal browser in uso.</p>
</body>
</noframes>
</frameset>
...
vai sulla home-page e setta il frame sul quale desideri aprire la pagina con nome I4, nell'esempio che ti ho riportato su, utilizzo una pagina con tre frame (un menu=Frame.htm, una intestazione=Intestazione.htm ed il target I4 che si tratta del frame sul quale apro le varie pagine e che di default apre home.htm).
Ciao
RS95