hvle Posted June 11, 2006 Share Posted June 11, 2006 hi everyone,My javascript working fine in IE. I just use Firefox to view the page, and it does not working at all. The java script console in FF giving bunch of undefine error. Those are function name that is error. I have absolutely no clue what's wrong. I don't know where to start to debug.Any clue? Quote Link to comment https://forums.phpfreaks.com/topic/11692-java-script-in-firefox/ Share on other sites More sharing options...
michaellunsford Posted June 27, 2006 Share Posted June 27, 2006 I find that firefox is very case sensitive. I've also found using getElementById to be very useful.Without seeing the exact code and error messages, though, it's hard to say what the problem is. Quote Link to comment https://forums.phpfreaks.com/topic/11692-java-script-in-firefox/#findComment-50260 Share on other sites More sharing options...
flyclassic Posted June 28, 2006 Share Posted June 28, 2006 yeah, firefox is very case sensitive. for eg. if your form name = form1and input box name is input1,and if u are passing values to it, the "document" is important for firefox but in IE, it doesn't matterdocument.form1.input1.values = "test" Quote Link to comment https://forums.phpfreaks.com/topic/11692-java-script-in-firefox/#findComment-50438 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.