T
Thad
Any javascript I could try on this? I've got a popup window on my site
with the browser chrome removed. Another site's gone ahead and done a
popup to my same .html page. The visitor to that site doesn't realize
it unless he looks at the opener page's source code.
I'm wondering if there's a javascript solution for this? I've tried
using the window.opener.location.replace with the href being my
absolute URL, and triggered by an onUnload command in the BODY tag.
This didn't work.
What I was getting at was having my page load in place of the ripoff
site in the parent window.
In the past when when other sites tried to bring my pages into their
frames, I could various frame-buster coding. But this time, frames
aren't involved.
Are there javascript workarounds here? Any insight appreciated!
with the browser chrome removed. Another site's gone ahead and done a
popup to my same .html page. The visitor to that site doesn't realize
it unless he looks at the opener page's source code.
I'm wondering if there's a javascript solution for this? I've tried
using the window.opener.location.replace with the href being my
absolute URL, and triggered by an onUnload command in the BODY tag.
This didn't work.
What I was getting at was having my page load in place of the ripoff
site in the parent window.
In the past when when other sites tried to bring my pages into their
frames, I could various frame-buster coding. But this time, frames
aren't involved.
Are there javascript workarounds here? Any insight appreciated!