|
Posted by Randy Webb on 08/15/05 05:28
siliconmike said the following on 8/14/2005 8:51 PM:
> I have a form inside which there are many links (not buttons).
Use buttons, make them of type submit, and submit the form.
> How can I post form data when user clicks on any of these links ?
> Do I need Javascript, or is this possible by regular html ?
Client-Side Scripting of some sort.
>
> I believe that form data can be posted using HTML, only when user
> clicks on a button, right ?
Or the Enter Key when a form field has focus.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Navigation:
[Reply to this message]
|