not able to close the jquery iframe thickbox when the page is https
- by Sourabh
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.