Html how to make a part on iframe, unvisible and unclickable externally? (my idea)

Posted by ozan on Stack Overflow See other posts from Stack Overflow or by ozan
Published on 2009-10-04T10:39:54Z Indexed on 2010/03/27 23:03 UTC
Read the original article Hit count: 208

Filed under:
|
|
|
|

I have a page (A) including a BUTTON with a function close_window() , however when I embed A to my main page (B) using iframe, the close_window() can't work as expected since there is no more window anymore, and I am not able to remove the button from the iframe since A is on another domain (Security issues prevents).

What I want to do is make this button label invisible. And the only way I think is to put a white image just to the place where that button exists on my iframe, externally. is Smthing like that possible? I want the image to be on the top of iframe?

Or do you have any other idea ?

Thanks for helps.

© Stack Overflow or respective owner

Related posts about html

Related posts about iframe