Forum Moderators: open
<SCRIPT LANGUAGE="javascript" SRC="creationmenuone.js"></SCRIPT>
How can I insert 6 or more javascript calls without the conflict? I have looked at the <body onload> attribute but I dont know how to call the above script using the <body onload> method. Any help would be greatfully received.
thanks
chris
Scan through all the code and look for
[blue]onload[/blue]. If there's one on the body tag, what function does it call? Look through the script(s) for things like window.onload = ...
Are there any?
To call 2 functions onload, the simplest way is:
<body onload="function1();function2();">
<SCRIPT LANGUAGE="javascript" SRC="creationmenuone.js"></SCRIPT>
having six menu types, using different colours. What I need to know is how do I call all of them and eliminate the javascript conflict. AS before, any help gratefully received.
best regards
Chris