Close an iFrame from within an iFrame

Discussion in 'HTML & Website Design' started by Marklaw01, Jul 11, 2017.

  1. #1
    I want to create a link to close an iFrame. I am using the following code to open the iFrame. Hope you can help.

    <a href="#" onclick="javascript:document.getElementById('proj').style.display='block';document.getElementById('close').style.display='block';" target="_self"><span style="color:#0000CD">My Text</span></a></u><span style="color:#0000CD"><sup>TM</sup></span>&nbsp;- Description.<iframe height="350" id="proj" src="http://www.google.com/" style="display:none;" width="100%"></iframe>
     
    Marklaw01, Jul 11, 2017 IP