While i include 2 .js file one is not working…
Anybody is there to help me out this…
<html xmlns:mml=“http://www.w3.org/1998/Math/MathML”>
<head>
<script type=“text/javascript” src=“ASCII.js”></script>(if i inlcude this below script is not working)
If you don’t know how to check your scripts for variable name collisions, then you should seriously reconsider using Javascript before you’ve learned more about the language.
Temporarily remove one script and see if the other works. If it does then put the second script back and temporarily remove the first. If that also works then there is a collision between the two scripts that needs to be fixed in order to use them both on the same page.