#1
| |||
| |||
HTML form get method If anyone who is know about HTML GET method please help me. I want to use the GET method to send a variable of data from one page to another? Can you provide me solution ? Thanks |
#2
| |||
| |||
Re: HTML form get method This method is useful for form submissions where a user want to bookmark the result. HTML get Method is used to submit the data of the page as part of the URL. When the form data or query is submitted, the form data is appended to the url in "URL encoded" form. |
#3
| |||
| |||
Re: HTML form get method The form-data can be sent as URL variables (with method="get") or as HTTP post (with method="post"). Code:
|
![]() |
|
Tags: get method, html |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Google Chrome is opening in basic HTML form instead of the Standard form | Beatrix | Technology & Internet | 5 | 25-05-2011 10:21 PM |
How to link html form to outlook | Mast Maula | Software Development | 6 | 11-01-2011 01:39 PM |
How to use Get Method in ASP Form? | SKREECH | Software Development | 4 | 28-01-2010 10:10 PM |
Make a form in HTML, CSS, PHP | Gyan Guru | Guides & Tutorials | 1 | 11-11-2008 06:26 PM |