F
Frowning Freezer
I have a function in an external javascript file which I fire from an
onChange event in a <SELECT> tag. Everything works fine in IE but not
in Netscape/Mozilla/Opera. This is my onChange statement:
onChange="division_changed(this.value);"
If I put an alert() in the external script (outside any function) it
executes fine. If I put an alert directly in onChange it also works
fine! But this function that I'm calling simply won't get started.
What do I do to get it to work in these alternative browsers?
onChange event in a <SELECT> tag. Everything works fine in IE but not
in Netscape/Mozilla/Opera. This is my onChange statement:
onChange="division_changed(this.value);"
If I put an alert() in the external script (outside any function) it
executes fine. If I put an alert directly in onChange it also works
fine! But this function that I'm calling simply won't get started.
What do I do to get it to work in these alternative browsers?