| A visitor recently asked me if I would write another Load Frames example that used links instead of buttons or images. In addition, he suggested that the frame containing the link reload as well as loading a couple of others. Well, here's what I ended up with. |
|
Oh yea..., for a bonus I threw in a little demo of indexing to different points on a page. Though this is not a JavaScript feature, it can be a handy little trick.
Add the following to the link on the index page: <A HREF="js-ld3-1.htm#middle" Target=ld3main onMouseOver='self.status="Middle of Intro page.";return true'> <FONT SIZE=+1>MIDDLE</FONT></A> Add the NAME tag at the point in the page you wish to index: <A NAME="middle"> |