Can you not just use the target attribute of the link. <a href="what.htm" target="framename">somelink</a>
-----Original Message----- From: Darren Adams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 1:40 PM To: CF-Talk Subject: [offtopic] Javascript to open a url in another frame Hello All, Being a little dense today can anyone refresh my memory as to how you open up a link in another frame ? Is it Parent.framename.location.href = url; Or Parent.frames[1].location.href = url; Basically I just want a link from one frame to open in another. Any ideas ? -Cheers, Daz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

