I've used the following JavaScript function to change/refresh a frame from another 
frame:

function ChangeFrame(toFrame, tcLocation)
    {
        toFrame.location.href = tcLocation;
    }

HTH
______________________________________________________ 

Bill Grover     
Supervisor MIS                  Phone:  301.424.3300 x3324      
EU Services, Inc.               FAX:    301.424.3696    
649 North Horners Lane          E-Mail: [EMAIL PROTECTED]
Rockville, MD 20850-1299        WWW:    http://www.euservices.com
______________________________________________________ 



> -----Original Message-----
> From: Paul Campano [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 30, 2003 9:05 PM
> To: CF-Talk
> Subject: OT: Refresh a frame
> 
> 
> I want to refresh a frame called "rightframetop" from 
> "mainframe".  Does anyone have an idea of how to do this?  I 
> had been trying to use a Meta tag, but the following tag I 
> tried and it just loaded the remote frame's file into itself.
> <META HTTP-EQUIV="REFRESH" 
> CONTENT="1;URL=http://www.foo.com/frames/rightframetop.cfm"; 
> TARGET="rightframetop">
> Thanks.
> 
> Paul Campano
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to