RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Dusty Hale
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart Sent: Friday, December 01, 2006 2:25 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Frame bustin' Yes, it was on topic, Dusty. No worries (from my perspective, at least). Let's all settle down on thi

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread John Mason
01, 2006 2:25 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Frame bustin' Yes, it was on topic, Dusty. No worries (from my perspective, at least). Let's all settle down on this. It does serve as a reminder that we do have the community list as an alternative when a topic is expec

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Charlie Arehart
Dusty Hale Sent: Friday, December 01, 2006 12:23 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Frame bustin' Also the "possible" server side solution I offered is CF related so still on topic. Hopefully the police won

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Dusty Hale
ssion@acfug.org Subject: Re: [ACFUG Discuss] Frame bustin' Ok, you three are scary. That code was all the same. Teddy On 12/1/06, Justin Haygood <[EMAIL PROTECTED]> wrote: If (window.top.location != window.location ) window.top.location = window.location; From: [EMAIL

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Dusty Hale
the server name redirect would "may" work. Please give it a shot. Something like Thx Dusty _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Haygood Sent: Friday, December 01, 2006 11:47 AM To: discussion@acfug.org Subject:

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Dusty Hale
12:00 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Frame bustin' Ok, you three are scary. That code was all the same. Teddy On 12/1/06, Justin Haygood <[EMAIL PROTECTED]> wrote: If (window.top.location != window.location ) window.top.location = window.location;

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Justin Haygood
Scary? Nah, just what I’ve been using for years J. Most people probably have been using it to… From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne Sent: Friday, December 01, 2006 12:00 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Frame bustin' Ok

Re: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Teddy Payne
Ok, you three are scary. That code was all the same. Teddy On 12/1/06, Justin Haygood <[EMAIL PROTECTED]> wrote: If (window.top.location != window.location ) window.top.location = window.location; *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Derrick Peavy *Sent:* Fr

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Dusty Hale
Derrick some afterthought . if these examples don't work, the example I sent will likely not work either. I know it works under normal circumstances. I wonder if you could possibly do a server name check to make sure you are not in someone elses frameset? Like if the server name is not the one

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Justin Haygood
If (window.top.location != window.location ) window.top.location = window.location; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derrick Peavy Sent: Friday, December 01, 2006 11:27 AM To: discussion@acfug.org Subject: [ACFUG Discuss] Frame bustin' Anyone have a good, worki

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread axunderwood
Try if(top.location != self.location) top.location = self.location.; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Derrick Peavy Sent: Friday, December 01, 2006 11:27 AM To: discussion@acfug.org Subject: [ACFUG Discuss] Frame bustin' Anyone have a g

RE: [ACFUG Discuss] Frame bustin'

2006-12-01 Thread Dusty Hale
Try this: If(top.location != self.location){ top.location = self.location; } I just typed that from memory so don't know if it is right (been awhile) but if memory serves this may work for you. Dusty _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Der