1. CHtmlView - form without SUBMIT button
2. Submit form without action defined or submit form to other action
Hello,
I some web page has
<form action="set.php" method="post">
Is it possible to change something in the browser (and what browser) and
than be able to submit this form to "set1.php" for example. Is there any
other way this can be done.
TNX
[FUT -> comp.infosystems.www.browsers.misc]
3. submit the form data to the popup window without a submit button
4. submit form without a "submit" button
5. <select onchange="this.form.submit()"> and Submit button on one form
6. How to programatically submit a form that uses document.forms[0].submit()
7. <select onchange="this.form.submit()"> and Submit button on one form
8. Forms with multiple submit buttons vs 'form' objects with single 'submit' methods
9. submit opener form after submitting pop-up form
10. Submitting data without a submit (NetFlix star ratings)
11. How to submit a from using JavaScript [without using submit button]?
12. why does get append to url, "&Submit.x=42&Submit.y=10" or "submit=submit"
13. How do get notified when a FP form is submitted, without data
14. Form submits with error outside of FP but without error inside