You can reload a frame from within another frame with: 
parent.otherframename.location.reload(). 

  The reason the CF code goes off before the Javascript is because the 
CF is being executed on the server before the javascript ever hits the 
browser.


> -----Original Message-----
> From: Eric Homa [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 04, 2002 5:53 PM
> To: CF-Talk
> Subject: Need some ideas and help!
> 
> 
> Hi,
> 
> I inherited an application that uses frames.  There is a left 
> frame and then
> a top and bottom on the right.  The left and top pretty much 
> remain static,
> menu links and a logo on top, category list on the left.
> 
> When someone logs in they use a login page in the bottom right page.  
When
> they successfully log in they can continue with their business, most 
of
> which happens in the bottom right frame.
> 
> I need for the top right and left side frames to refresh once the user 
has
> logged in.  Is there a way to refresh the top and left frames without
> effecting the bottom right?  Using cflocation does not allow for a 
target
> parameter and I cannot cflocation back to the index page which defines 
the
> frameset as it will change the bottom right frame back to the 
beginning.
> 
> I've tried to use javascript - window.open("leftside.cfm", "left") but 
I
> can't seem to update the two frames at once.  Also the cflocation 
> tag in the
> lower right seems to supercede the javascript even though the 
> javascript is
> previous to the cflocation tag in the template.
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to