I am using java script files .. to run few functions during html load operation.
the html component is behaving very differently some times its running some times its not running.
how to ensure to load the java script during html load operation.
the sample html file
<html> <head> </head> <SCRIPT SRC="file://D:/softwares/jsMath-3.6e/easy/load.js"></SCRIPT> <body lang=EN-US> <div class="Section1"> <p>Reddy <span class="MTConvertedEquation">[tex]\mathop {\lim }\limits_{x \to \infty } \sqrt {{b^2} - 4ac} [/tex]</span> </p> </div> </body> </html> I am ensuring to keep the load,js file in the above mentioned directory . the script file is not getting loaded into html component. Any help is highly appreciated.