you should be able to use a little JS to get that data, try: document.<FrameName>.location.href; that variable should contain the URL of that frame. This is a Read/Write property so you can also use it to send the other frame to the same URL like so: document.<FrameName1>.location.href = document.<FrameName2>.location.href; Thank You, Jon Cole ACP DevTech Inc. [EMAIL PROTECTED] 206.956.0888 Learn more about DevTech @ www.Dev-Tech.com "I hate to advocate drugs, alcohol, violence, or insanity to anyone, but they've always worked for me." - Dr. Hunter S. Thompson -----Original Message----- From: Leon Greef [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 11:11 AM To: Spectra-Talk Subject: OT: Frames Hi All, I know this is of topic. If I want to get the url values that has been send to a frame and use them in another frame as well is there a way of getting that values? Thanx in advance leon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
