Click to See Complete Forum and Search --> : innerHTML for text links or smth else


NeuroBolt
05-10-2003, 08:17 AM
Hi,

I’m looking for the tip to organize my text-link menu the best way.

So, the task is: in the “left” frame we have a main menu of, say, 4 items - text links, upon click on any of these items, it is subtracted from the list of links and goes to the specified place of this frame. Simultaneously, in the other frame, let’s call it “top” the same kind of a sub-menu appears.

Please, advise if it is possible to realize via innerHTML or there are some less sophisticated ways to tackle the problem?

:confused:

Jona
05-10-2003, 11:39 AM
I wouldn't name the second frame, "top," for one. This can be done via JavaScript. I don't think innerHTML is even needed, although it can probably be done with it.