I am not new to JavaScript, but I am unable to figure something out.
I have a three page frameset on an intranet site: Topnav, Leftnav and content window. The topnav currently uses hiermenus from dhtmllab and writes to the content window. This was chosen because no code needed to be added to the content pages. I am trying to add the same function to the leftnav. When I do this, either the topnav works or the leftnav works - whichever is envoked first. The same code is in the topnav and the leftnav except for the menu contents. They essentially write to the frame name. Why are they bumping heads and is there a successful resolution?
I have a three page frameset on an intranet site: Topnav, Leftnav and content window. The topnav currently uses hiermenus from dhtmllab and writes to the content window. This was chosen because no code needed to be added to the content pages. I am trying to add the same function to the leftnav. When I do this, either the topnav works or the leftnav works - whichever is envoked first. The same code is in the topnav and the leftnav except for the menu contents. They essentially write to the frame name. Why are they bumping heads and is there a successful resolution?