|
-
Apr 29th, 2002, 08:16 AM
#1
Thread Starter
Junior Member
Changing the contents of two frames at the same time
Hi, I have a html page with a top frame and a bottom frame, the top frame contains the menu options and the bottom frame contains the information.
At one point I click on the menu, in the top frame and change back the bottom frame contents to the home page, BUT, I also need to change the menu contents in the top frame at the same time.
PLEASE, can this be done, if so, how?
Thanks for your time
Steve
[email protected]
-
Apr 29th, 2002, 09:10 AM
#2
Fanatic Member
the the menu uses an anchor <a> why cant you put something in the onmouseclick event...
ie
Code:
<a href="banana.htm" onmouseclick="javascript:document.location.href='menu.htm'"></a>
-
Apr 30th, 2002, 03:09 AM
#3
Thread Starter
Junior Member
thanks for the info, i will try it out
Steve
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|