Posted by Kim Andrι Akerψ on 12/06/05 17:13
Shank wrote:
> Assuming you know the name of the form on any given page, it is
> possible to submit that form via URL as opposed to submitting via the
> form button? What would be the syntax?
IMO, that's what a submit button is there for (<input type="submit"
/>). The only other way to do it, would be by a JavaScript method, but
this won't work if JavaScript is disabled or unavailable at the browser.
One method is described here:
http://www.javascript-coder.com/javascript-form/javascript-form-submit.p
html
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
[Back to original message]
|