javascript - Stop an embedded iframe from redirecting -


Is it possible to prevent an embedded iframe from being clickable or click on the whole iframe? I want an iframe to draw data, but I do not want visitors to click on the iframe and redirect to the iframe from only one place.

Is this possible? Here's an example of iframe:

  & lt; Iframe src = "http://www.indiegogo.com/project/157203/widget?escape=false" width = "224px" height = "42 9px" frameborder = "0" scrolling = "no" & gt; & Lt; / Iframe & gt; As your IFrame is clearly served by another domain, so the  

But you can put an invisible div on it:

  & lt; Div id = a & gt; & Lt; / Div & gt; # A {status: fixed; Top: 0; Left: 0; Width: 224px; Height: 429px; }a????   

But most of the time, those things are forbidden by the iframe incorporation agreement before you view your contract.

Comments