Forum Moderators: open
[edited by: DrDoc at 5:39 am (utc) on July 8, 2004]
One way could be to 'steal' & redirect the open method:
window.realOpen = window.open
window.open = function(){} But this won't help if the host is inserting their script at the top of the page, and the pop-up is launched immediately. They may have also done a similar trick themselves to protect their access to the open method.