RE: Just Plain Dumb HTML/JS Question

2003-08-14 Thread Haggerty, Mike
Well, this works for me: parent.otherframe.location.href = 'page.cfm#anchorname'; M -Original Message- From: Alexander Sherwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 11:39 AM To: CF-Talk Subject: OT: Just Plain Dumb HTML/JS Question I know it's off topic,

RE: Just Plain Dumb HTML/JS Question

2003-08-06 Thread Mosh Teitelbaum
You almost had it. Use: frames[0].window.location.hash = anchorName; -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Alexander Sherwood