I use an external .js file for menu genaration. It works, except when I have another Javascript code in the same page (here the coding is within the page itself). Now the script coded within the page executes but the other one which refers to the .js files doesn't execute. No error is reported. This phenomenon is with all browsers (IE6, NS7.1, MOZILLA1.5 etc.) except one. The Opera7 executes both the scripts.
How can I execute both the scripts in these browsers as well?
Regards,
How can I execute both the scripts in these browsers as well?
Regards,
Comment