Sunday, September 23, 2007

2. How can we submit a form without a submit button?

A: We can submit a form in many ways without a submit button. The are,
i. When user select combo box.
ii. When user click on check box.
iii. When user click on radio button.
iv. Using href statements onClick="location.href='sample.php”

No comments: