Javascript problem...

Can anyone tell my why…

my javascripts works on IE smoothly and why it messing up with Firefox…

how do i make sure both browsers compatible with my js scripts???

pls reply me immediately.

stick to standart-conform JavaScript. And use DOM.

most browsers alow mor to work than what is right by the offical JavaScript-referece. if u have used something like that one browser may take it and the other browser woun’t execute it.

for debugging take a look at Firefoxes Error Console (“Tools” -> “Error Console”)

Sponsor our Newsletter | Privacy Policy | Terms of Service