B borge009 Newbie Joined Apr 24, 2010 Messages 4 Reaction score 1 Jun 8, 2011 #1 just want to ask how to enable an iframe to popup when a user clicks anywhere on the page or click for the first time? Thanks
just want to ask how to enable an iframe to popup when a user clicks anywhere on the page or click for the first time? Thanks
A ArSiHaSi Newbie Joined Nov 18, 2010 Messages 4 Reaction score 2 Jun 8, 2011 #2 Code: <body onclick="document.getElementById('myIframe').style.display='';"> <iframe id="myIframe" style="display: none;" /> untested.
Code: <body onclick="document.getElementById('myIframe').style.display='';"> <iframe id="myIframe" style="display: none;" /> untested.