RE: RE: SOT- refreshing a frameset

2003-08-14 Thread S . Isaac Dealey
Subject: RE: RE: SOT- refreshing a frameset If it works I suppose that's good... You might want to clean it up a bit tho: script language=JavaScript!-- if (parent != self) { top.location.href = location.href; self.AcctList.location.href = RR_ACH_Info_banner.cfm; } //--/script

RE: RE: SOT- refreshing a frameset

2003-08-14 Thread S . Isaac Dealey
) top.location.href = location.href; self.AcctList.location.href = RR_ACH_Info_banner.cfm; //-- /script Thanks, James -Original Message- From: s. isaac dealey [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 12:16 PM To: CF-Talk Subject: RE: RE: SOT- refreshing a frameset

RE: RE: SOT- refreshing a frameset

2003-08-14 Thread James Johnson
:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 12:16 PM To: CF-Talk Subject: RE: RE: SOT- refreshing a frameset Instead of using location.href = blah you should use location.reload() to refresh any given frame. You may be running into a base target issue. If any of your frames contain a base

RE: RE: SOT- refreshing a frameset

2003-08-14 Thread James Johnson
Oh yeah, you're absolutely right. I usually do, just forgot this time. James -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 7:03 PM To: CF-Talk Subject: RE: RE: SOT- refreshing a frameset If it works I suppose that's good... You might

RE: RE: SOT- refreshing a frameset

2003-08-09 Thread s. isaac dealey
Instead of using location.href = blah you should use location.reload() to refresh any given frame. You may be running into a base target issue. If any of your frames contain a base target tag base target=framename then all javascript executed on the current page will be executed relative to