Click to See Complete Forum and Search --> : Menu Navigation
che1971us
10-13-2003, 12:42 PM
Hi, I have a Vertical Menu with 4 categories link1, link2, link3, link4 all these are having sub links too once i click on any link. If i open a particular page like test.htm there i need to see link2 with sublinks (Here Link2 should be expanded automatically without cliking on the link2 button), how can i do this? help me
Phil Karras
10-13-2003, 01:28 PM
Have you tried using onMouseOver?
che1971us
10-13-2003, 01:34 PM
No, it has to expand automatically like page on load. But i dont know how to write a code to do this means not sure about Syntax. Help me with some sample code to expand automatically.
Phil Karras
10-13-2003, 01:41 PM
<body onLoad='DoMe();'>
Where DoMe() is a JavaScript function that does the expanding you want to do. While I'm sure I could figure that out, it would take me a good deal of time. Perhaps someone else knows that part off the top of his/her head?