Page 1 of 1

Javascript Function not Working in IE

Posted: Thu Mar 18, 2010 7:08 am
by Pirontech
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...

Re: Javascript Function not Working in IE

Posted: Thu Mar 18, 2010 3:16 pm
by Darhazer
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.