RE: Search Engines & the indexing of javascript popup windows

2007-01-05 Thread Che Vilnonis
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) ..

RE: Search Engines & the indexing of javascript popup windows

2007-01-05 Thread Dave Watts
> 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

RE: Search Engines & the indexing of javascript popup windows

2007-01-05 Thread Che Vilnonis
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

RE: Search Engines & the indexing of javascript popup windows

2007-01-05 Thread Dave Watts
> 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

RE: Search Engines & the indexing of javascript popup windows

2007-01-05 Thread Che Vilnonis
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

RE: Search Engines & the indexing of javascript popup windows

2007-01-05 Thread Dave Watts
> Dave, using your code, what I have below works in Firefox, > but not IE. Any ideas? Thanks a bunch, Che. > >