-----Original Message-----
I'm using Frames pages. I have a 3-frame page. When I
click links in frame 1, my target frame is frame 2.
Links in frame 2 are targeted for frame 3.
I'd like to know if there is a simple way to have
frame 3 cleared anytime a link in frame 1 is clicked.
This requires updating two frames from one hyperlink: the
page you want in frame 2, plus a blank page in frame 3.
And that, in turn, requries coding a JavaScript link such
as the following (but all on one line):
<a href="javascript:
parent.frames.frame2.location='frame2page.htm';
parent.frames.frame3.location='blank.htm'">
Of course, you'll need to adjust the frame names if
they're other than frame2 and frame 3, and the page URLs
as well.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------