Assuming that parent below is your top frame just do the same JS from any
other frame.

function refreshMiddle(){
top.frames['middle'].location.href = "www.myurl.com";
}

Duncan

-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 2:26 PM
To: CF-Talk
Subject: Redirecting...


HI,

The below code refreshes the middle frame in my site. How can I pass a url
to that frame?

<body onLoad="javascript:parent.frames['middle'].location.href =
parent.frames['middle'].location.href" bgcolor="#617087" leftmargin=0
topmargin=0 marginwidth="0" 
marginheight="0">





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

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

Reply via email to