Ti posto un esempio che dovrebbe essere esplicativo
codice:<!doctype html> <html> <head> <meta charset="utf-8"> <title>Documento senza titolo</title> </head><body> <p><a href="http://forum.html.it/forum/" target="my_frame">Apri Forum HTML.it nel frame</a></p> <p><button onClick="document.getElementById('frame').src='http://www.html.it/'">Apri home-page HTML.it nel frame</button></p> <p><button onClick="document.getElementById('frame').src=''">Resetta il frame</button></p> <hr> <iframe name="my_frame" style="width:100%; height:600px;" id="frame"></iframe> </body> </html>

Rispondi quotando