[jQuery] Closing thickbox in cross domain
Hi All,
We have a requirement where we are opening a thickbox when user clicks
on the button which is running on particular domain. The i want to
close the thickbox when user clicks on the button which is inside it
(the page is from another domain). I tried to close it using
window.top.tb_remove(); tb_remove(); however i am getting permission
denied error.
Does anybody know how do i resolve this?
Thanks,
Baby