Hi there,
Kinda new to this so any help would be appreciated.
I'm trying to insert a javascript into a web page ( a drop in content box) but i already have a javascript in that page. The issue is that i can't make both scripts work at the same time.
Here's the code for the menu on the page:
<script type="text/javascript" src="expandingMenu.js"></script> located in the <head> of the page. The other script, the drop in content box script has two sections and the first one must be put in the <head> of the page too and the other part in the <body>, beginning like this:
<script language="JavaScript1.2"> and so on. Each of theese scripts work fine one without another, if i combine them only the drop in content box script works, the expandingMenu doesn't. I'm wondering if i made something wrong or i cannot use two separate javascripts in a <head> section of a web page.
Thanks in advance.
Kinda new to this so any help would be appreciated.
I'm trying to insert a javascript into a web page ( a drop in content box) but i already have a javascript in that page. The issue is that i can't make both scripts work at the same time.
Here's the code for the menu on the page:
<script type="text/javascript" src="expandingMenu.js"></script> located in the <head> of the page. The other script, the drop in content box script has two sections and the first one must be put in the <head> of the page too and the other part in the <body>, beginning like this:
<script language="JavaScript1.2"> and so on. Each of theese scripts work fine one without another, if i combine them only the drop in content box script works, the expandingMenu doesn't. I'm wondering if i made something wrong or i cannot use two separate javascripts in a <head> section of a web page.
Thanks in advance.