2007年9月12日星期三

JavaScript Error : form submit is not a function under Firefox

The main reason for this error is that the firefox browser is confused.
There must be an input named "submit":
name="submit" value="1">


so that the browser doesnot know it should action on this button or submit the form.

SOLUTION:
change the input's name into something else.

没有评论: