About submitting a HTML form

naillhari

New Member
There is a HTML form which has some text input fields and 2 buttons, say Yes and No. Instead of accessing the URL first and then filling up the form, how can I fill up those text fields which I need to fill and do the action of either one of the buttons in a single URL?E.g. Take this form for example: there are 2 fields text1 and text2.http://www.mysite.com?text1=value1&text2=value2 In the above e.g.(hope that is right) how to add the button action also, is my question.Appreciate your help.
 
Back
Top