Forum Moderators: mack
onClick="this.form.submit();" since the element inside a form does know the form it is in.
If you're trying to create an alternative to a button, you can use a combination of
onClick and css to emulate that on pretty much any html object. Check style="cursor:pointer;" to have the cursor change into the hand symbol when moving over the object.