This week's book giveaway is in the Testing forum. We're giving away four copies of Practical Unit Testing with TestNG and Mockito and have Tomek Kaczanowski on-line! See this thread for details.
Is there a way to create a link, that will be the submit for a form, but the link is not inside the form tags. Meaning, I have a Table with two columns. In the left column I have links, the links say "Save" and "Cancel". In the right column I have a form. Instead of having to use a Submit and Cancel button inside the form on the right column, I want the links in the left column to handle the job. Thanks Mark
Bear's example does use a named form (theForm.) If you want to do any processing first, like set some hidden value, you could use a javascript function. For example,