Javascript Function not Working in IE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Pirontech
Forum Commoner
Posts: 29
Joined: Wed Oct 28, 2009 5:31 am

Javascript Function not Working in IE

Post 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...
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Javascript Function not Working in IE

Post 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.
Post Reply