Connecting Tech Pros Worldwide Help | Site Map

IE and Mozilla Firefox

sajithamol
Guest
 
Posts: n/a
#1: Jul 12 '07
How can i migrate one application from IE to Mozilla Firefox. while working in IE , javascript was working perfectly . But when i used Mozilla firefox , javascript not working. How can i make one application that can work in both browswers( IE and Mozilla Firefox )
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435
#2: Jul 12 '07

re: IE and Mozilla Firefox


Heya, sajithamol.

Look at the errors your JavaScript generates. If you have any SPECIFIC questions, post back.
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,561
#3: Jul 12 '07

re: IE and Mozilla Firefox


Chances are your script used Microsoft specific code and not standard code. If you want code to work in all browsers, then you must not refer to Microsoft documentation. In addition, IE is old, buggy and non-standard. Any code/markup written for it can be suspect and not counted on to work in modern browsers such as Firefox.
Reply