not able to close the jquery iframe thickbox when the page is https
Posted
by Sourabh
on Stack Overflow
See other posts from Stack Overflow
or by Sourabh
Published on 2010-04-13T10:09:03Z
Indexed on
2010/04/13
10:13 UTC
Read the original article
Hit count: 562
I have jQuery thickbox(TB_iframe=true) which shows an https page in an iframe based overlay.
the parent page is http & overlay page is https.if i use
self.parent.tb_remove()
This does not work and gives me
Permission denied for https://www.abc.com to get property Window.tb_remove from http://www.abc.com.
Any solution. I want to be able to close the thikbox irrespective to whether its is https or http page that it is displaying in an iframe.
© Stack Overflow or respective owner