Forum Moderators: open
The onload="animate()" in the body tag appears to be not allowing my menuloader js file to load up as well. When I remove the onload from the body tag, the menu that I've just started works when you roll over academic programs.
Any thoughts Javascript gurus?
[edited by: tedster at 4:24 pm (utc) on Oct. 26, 2002]
[edit reason] sorry, no url's please [/edit]
1 There is a conflict in function/aray names between the HM functions and the animate functions.
2 onload is preventing the document.write functions in the HM scripts from being exceuted.
I have seen a similar sort of behaviour before with menu scripts. I think if you set the timer in the inline javascript you will be okay