PROTECTED]
Sent: Friday, January 05, 2007 5:01 PM
To: CF-Talk
Subject: RE: Search Engines & the indexing of javascript popup windows
> Nope. Oh well, it seems to work in all browsers except IE.
This will work in both IE7 and Firefox:
if (window.opener == null || window.opener == undefined) ..
> Nope. Oh well, it seems to work in all browsers except IE.
This will work in both IE7 and Firefox:
if (window.opener == null || window.opener == undefined) ...
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
Fig Leaf Software provides the highest caliber vendor-authorized
instructi
Nope. Oh well, it seems to work in all browsers except IE. That's better
than where I was before.
Thanks for your help.
~Che
-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Friday, January 05, 2007 4:21 PM
To: CF-Talk
Subject: RE: Search Engines & the in
> The problem is that in IE, I still get the Close Window
> button on the indexed popup page that comes from Google
> instead of getting the hyperlink to purchase it from
> 'MyDomain.com'. I'll try removing the escape slashes.
An explicit comparison would probably work in both, then:
if (windo
ng to you.
http://www.shaftek.org/blog/archives/000300.html
~Che
-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Friday, January 05, 2007 3:57 PM
To: CF-Talk
Subject: RE: Search Engines & the indexing of javascript popup windows
> Dave, using your code, what I have below w
> Dave, using your code, what I have below works in Firefox,
> but not IE. Any ideas? Thanks a bunch, Che.
>
>