Actually i am using include concepts Eg- javascript code in separate file and call this file to the page by include method.
its working fine in firefox, but not working in internet explorer (IE).
can u please suggest me so that i can resolve the issue.
Plz Reply...
Javascript Function not Working in IE
Moderator: General Moderators
Re: Javascript Function not Working in IE
If it uses some onload handlers, in IE they could be not called. We have such problems with some javascript, especially with magic zoom plus. It works if you include the file with <script> tag, but if you create script element and attach it to the DOM with JS, it doesn't work in IE.
For more information hover, please post your code.
For more information hover, please post your code.