HTML (1) href and Action, get post, hrefaction
1. Differences between href and Action
Href can only get parameters, and action can get and post parameters.
Href is generally used for a single connection and can contain parameters (URL rewriting).
From: http://www.cnblogs.com/zhishan/articles/2441893.htmlgetand postdifferentiate and use
Many people cannot tell the difference between get and post, and when to use get? When to use post?Both get and post Methods send data to the server, but
Good articles... Inniu ~ (Partition _ tables)
Http://www.cnblogs.com/skynet/archive/2010/05/18/1738301.html
Introduction
I think anyone who is familiar with the HTTP protocol can give a reason. But if I ask you what HTTP request methods are
Implement HTTP-POST
Edit action
Method Now we have implemented the edit action method that supports HTTP-GET. When a user requests a/dinners/edit/2 address, an HTML page is received. Click Save to submit the trigger form to the/dinners/edit/2
The difference between get and post in a form submission is 5 points 1.get is the data retrieved from the server, and post is the data that is sent to the server. 2.get is to add the parameter data queue to the URL that the Action property of the
1. the difference between href and ActionHREF can only get parameters,action can get parameters and can post ParametersHREF is generally used for a single connection, can take parameters (URL rewrite), is requested by the Get method, in the
In the process of writing code, get and post are two different ways of committing. Below, the two different ways are listed.Method/Step
Get is the data that is fetched from the server, and post is the data that is sent to the server.
Get is
The difference between get and post methods in form submission1.get is the data that is fetched from the server, and post is the data sent to the server.2.get is to add the parameter data queue to the URL that the Action property of the submission
Tag: ORM load via color default ADE message HTML serverI. Understanding JSONJSON is a lightweight, text-based, language-independent data interchange format that can be used to store or represent structured data in the form of a text format.Two. Post
One principle Difference
Generally in the browser to enter the URL access resources are through the get way, in form submission, you can specify the way to submit by using method for Get or post, the default is to submit
HTTP defines different
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.