You don't have any object in your HTML code to trigger a Javascript function or in this case submit the form. You should remove the submission part on the form tag and complete using something like:
Anyway this isn't a FF related issue.HTML Code:<input name="image" type="image" src="images/btn_ok.gif" onclick="Javascript: yourfunction(yourparams);"/>




Reply With Quote