Ciao a tutti,
premetto che il mio livello di html è praticamente allo stato brado. Non riesco a reindirizzare i link presenti nel frame/menu al frame principale.
<html>
<head>
</head>
<frameset cols="180, *">
<frame name="menu" src="#URLmenu.html" scrolling="auto">
<frameset rows="150, 650">
<frame name="sponsor" src="#URLbanner.html" scrolling="auto">
<frame name="homepage" src="#URLhome.html" scrolling="auto">
</frameset>
</html>
Vorrei che tutti i link sul menu fossero aperti nella frame "homepage".
Come posso fare?![]()