[Solved] how can i do the following on my website? [closed]
try this but im not sure it works. JSFiddle – link EDIT: Html <body> <div id=”box”> <a href=”:show();” >Link</a> </div> <div id=”box2″> <iframe src=”” id=”frame” width=100% height=100%></iframe> <div id=”close”><input type=”button” onclick=”closeIframe()” value=”X” /></div> </div> </body> Javascript function show() { box=…