I'm wondering if it's possible to open a link to another site, in a frame (or by some other means), and suppress the 1-2 popups that load on the external site.
views:
57answers:
1
+3
A:
I don't think there is an easy way to accomplish this. Your best bet would be to have a page on your server act as a proxy for fetching the page from the other site, then modify the html you get back to remove pop ups. Not an easy task, but possible. As a POC, you could explicitly target the popups you know about by looking for the page url they open.
Bob
2008-12-10 15:47:17
Yah that's what I figured, unfortunately, thats not an option.
Yegor
2008-12-10 16:34:12
Why is it not an option?
Bob
2008-12-10 17:58:40
Because I need to actually link to the external site, otherwise it defeats the whole purpose.
Yegor
2008-12-10 18:17:33