472,784 Members | 1,028 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,784 software developers and data experts.

highlight a menu item in frameset?

I have a page with 3 frames. The left one is the navigation, the top one is
the graphic and title, the lower-right one is the content area.

I'm wondering if it's possible to add a highlight to the menu item that its
content is currently displayed in the right side. Since it's only 1 file
for the navigation, it has to know what was clicked last and use a
highlight graphics for that button after it was clicked or be able to
detect its current content in the righthand side so it would display the
right state if the user click "Back" button.

Any suggestions and examples?
TIA,
cpliu
Jul 20 '05 #1
3 2855
In post <be************@ID-46967.news.dfncis.de>
cpliu said...
I have a page with 3 frames.


remove them

http://html-faq.com/htmlframes/?framesareevil
http://homepage.ntlworld.com/l_vajzo...eb/frames.html
http://stone.thecoreworlds.net/www/frames/
--
brucie a. blackford. 08/July/2003 09:03:21 am kilo.
http://loser.brucies.com/
Jul 20 '05 #2
I appreciate your suggestions on the usability isses in using frames. Like
the articles stated, using frames has a few advantages like easier to
maintain the menu and that's the exact reason I chose it. Last time when I
used table, I found it was a lot of hassle to maintain the menu when there
were multiple revisions. I had to copy and paste on each individual file
and change the links with each revision. I tried SSI but I have to ask the
system administrator to activate it on a Linux server and so far it is not
done. I don't think ASP is support on Linux, right?

Technically, I'd like to learn if it's possible to be able to highlight the
menu item that you're currently on. Javascript?

Thanks again for any suggestions!
cpliu
Jul 20 '05 #3
cpliu wrote:
I appreciate your suggestions on the usability isses in using frames. Like
the articles stated, using frames has a few advantages like easier to
maintain the menu and that's the exact reason I chose it.
Other methods to do the same thing... without the side effects:
http://stone.thecoreworlds.net/www/frames/#worm

I tried SSI but I have to ask the
system administrator to activate it on a Linux server and so far it is not
done. I don't think ASP is support on Linux, right?
Wrong. There are several ASP solutions for Linux, some free, some
commercial.

I'd go with a preprocessor.
Technically, I'd like to learn if it's possible to be able to highlight
the menu item that you're currently on. Javascript?


I use a preprocessor for this. It doesn't generate a link for the current
page (just a non-linked menu item). My style sheet highlights the
non-linked item.

--
David Dorward http://david.us-lot.org/
Redesign in progress: http://stone.thecoreworlds.net/
Microsoft announces IE is dead (so upgrade):
http://minutillo.com/steve/weblog/20...ces-ie-is-dead
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: MP Multimedia | last post by:
Hello everyone, I need help. I'm using a hierarchical menu made in javascript. When I used it in a one frame page, it came out fine. But now I need to change my page to 3 frames: a top frame,...
13
by: elad | last post by:
Hi The Menu doesn't work properly when I have 2 frame and the Menu popup frame=document target frame, when I choose item in the menu the doc opened and the menu get stuck. Here is the code...
10
by: John Ortt | last post by:
Hi Everyone, I have created a Javascript menu for my site which uses frames. The first stage loads fine but I want two drill down menus ("About Me Menu" and "Projects Menu"). The pages load...
15
by: 50295 | last post by:
Hi everyone, This one is better experienced than explained, so I'm including a code sample below. Please and save (as an html file) and view with NN or Firefox (or maybe even Mozilla), and then...
0
by: Woody Splawn | last post by:
We have a Winform with Menu items across the top. There are a number of menu items all horizontal across the top. When an item is selected things change in the bottom part of the screen. It would...
1
by: Joseph Scoccimaro | last post by:
Currently I am able to add my menu to a frameset that just uses rows with this code: if (window == top) { //this obtains the body tag element of the document var theBody =...
2
by: camelot | last post by:
Hello, I've got a problem and I hope someone could help me. I have a page that contains frames. Below a piece of code: .... <FRAMESET COLS="120,*"> <FRAME NAME="menu" SRC="menu.html" > <FRAME...
0
by: nomad | last post by:
Hi, I have the menu below. I was wondering if it was possible to highlight the selected child menu item when the user hovers over it? <span id="MainMenuHolder" onmenuitemclick="OnClick"...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.