I have the following two tags
Note: I have tried revsing the order of the above tags.
One (menu.js) contains functions downloaded from Netscapes site. The other (mymenus.js) contains a single function, which uses the functions in menu.js. The idea was to put all of my common menus in a single file. I could, if I have to, add them to the netscape file, however this would not be the best method (not modular)
All works in Netscape, I recieve an error in IE (Line n, syntax error). However, if I put the single function in the header section of the HTML, or in the file menu.js, the code works in both browsers.
Is there an issue with accessing multiple script files in IE?
thanks.