shelton
11-05-2003, 09:19 AM
On this test page, which is an example of a nested page within a site:
http://www.williamlatimer.com/council/council2.htm
I am using an expandable menu JS by Dave Lindquist. My problem is that I really need to be able to tell the nested UL of the current page to be open onload. Right now, I just have the section button of the current page highlighted and if you open that menu, the current page is bolded. i.e. the current page "Submitting a Proposal" is within the "Research" section.
Instead of trying to figure out how to pass variables, couldn't I add another function to the JS that would be referenced in the source of the current page, that tells a nested ul, by id, to be open onload?
If the answer is yes, could some kind soul give me a clue as to how to write the js to accomplish this?
Thanks in advance.
http://www.williamlatimer.com/council/council2.htm
I am using an expandable menu JS by Dave Lindquist. My problem is that I really need to be able to tell the nested UL of the current page to be open onload. Right now, I just have the section button of the current page highlighted and if you open that menu, the current page is bolded. i.e. the current page "Submitting a Proposal" is within the "Research" section.
Instead of trying to figure out how to pass variables, couldn't I add another function to the JS that would be referenced in the source of the current page, that tells a nested ul, by id, to be open onload?
If the answer is yes, could some kind soul give me a clue as to how to write the js to accomplish this?
Thanks in advance.