Visual Basic .NET » Web Forms
Problems with Firefox and Safari. Also, what's up with the $('syntax') ? -- neven --


Buttons don't work in Safari and Firefox because those browsers support standards. Submit is default action for BUTTON element. More details at
http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.5 


Just add attribute type with value button:


Regards,
Neven

[Submit Comment]Home