Form Help
I have an HTML form that sends data to a PHP form. However, to increase speeds I have decided to validate the data before sending. So, instead of a "submit" button I have used a normal "input" button, and called a JavaScript procedure. I reference the form as "frmFeedback", the name I gave to the form in HTML.
In IE it works perfectly, but in Firefox I get a message that frmFeedback is not defined. I have set it to both the "id" and "name" attributes of the form, but with still no success. Any ideas?
|