Come specifico il target del link associato al bottone?codice:<input name="exit" type="button" id="exit"onClick="location.href='0.htm'" value="Exit">
grazie
Come specifico il target del link associato al bottone?codice:<input name="exit" type="button" id="exit"onClick="location.href='0.htm'" value="Exit">
grazie
in una struttura a frame?
in tal caso:
ciaocodice:<input name="exit" type="button" id="exit" onClick="top.nomeframe.window.location.href='0.htm'" value="Exit">
e per dare come taget _parent o _top?
così:Originariamente inviato da colibrice
e per dare come taget _parent o _top?
avrai intuito che non esiste un attributo target per i button.codice:<input name="exit" type="button" id="exit" onClick="top.window.location.href='0.htm'" value="Exit">
ciao
perfetto! hgrazie