Mailto is a tag in HTML4.01. Of course, it can also be used in html5. it serves as a hyperlink to facilitate developers to send emails by calling the local system. Its basic syntax is as follows:
send emailFor example, you can click this link to send an email to me.
Of course, you may not know that form is also possible, like this:
The basic syntax of mailto is
the system to automatically open the email editing window when you click the email super connection, in addition to automatically entering the content in the recipient's address bar, in the CC address bar can also automatically fill in the e-mail address you need, you can directly insert in the html source code of the web page such as "mailto: aaa@bkjia.com? Bbb@bkjia.com, where the aaa@bkjia.com will auto
The mailto tag in HTML is a very practical and user-friendly label, and in most cases people use it.In this way, when we click on the [email protected] link, the browser will automatically select the local default mail software for us and put the mailto tag [email protected] email address in the mail software's sending address, Less to the annoyance of sending an
Recently, small size elder brother a little busy Ah, therefore, also did not want to update the content! Want to visit my blog "Yin People" do not spit groove I ah,,,,,However, today, small-size elder brother used to me a relatively unfamiliar HTML attribute, is the mailto attribute, said to be a property bar, is not exactly correct. Because it is worth the prefix to use as an href attribute.Its approximate
How to submit a form directly to an email via the HTM page
Solution idea:The key point is to set the form's Action property to "mailto:" +email address.
(method i)
Specific steps:1. Set the Action property of the form to receive the email address of the message and set the MIME encoding of the form.
2. Set the m
How to submit a form directly to an email via the HTM page
Solution Ideas:The key point is to set the form's Action property to "mailto:" +email address.
(method i)
Specific steps:1. Set the Action property of the form to receive the email address of the message and set the MIME encoding of the form.
2. Set the
after submission3.3 multipart/form-data usage 43.4 explanation of other attributes 54. Considerations for backward compatibility 55. Other considerations 65.1 compression, encryption 65.2 file transmission latency 65.3 Other solutions for binary data transmission 75.4 do not modify 5.5 default field content type 85.6 allow action to point to "mailto:" 85.7 remote file transmitted by a third party 85.8 use
This article mainly introduces the role and usage of form tags in HTML, as well as examples and definitions of form tags, so let's take a look at this article.
First, look at the definition of the form tag in HTML:
A form can co
form is one of the main external forms of dynamic Web page implementation. Forms and form fields do not have the ability to compose, and the form page is ultimately organized by a table. HTML forms are an important means of interacting with the browser side of HTML pages. Fo
HTML form, style, html form style
Directory:1. 2. 3.
1. form
Create a form and use the
1. FormBasicImplementationWhen you click the submit button to submit the form
HTML form creation, uploading to server, html form
Form:
Info.html
:
Server:
Result. php
How can I upload the form data in HTML to the tomcat server (configured) where the
My HTML summary form and HTML Summary Form
Form is an important method for Web interaction.Collect User information and submit it to the server.
9 widgets in the form
Shorthand form a
HTML (3): Framework + form, html framework form1. Embedded framework
In HTMLA label (also known as an inline framework element) represents a nested browser context, which is actually used to embed another HTML page in the current page. You can set the width and height of the frame, and whether to display the scroll bar
No need to submit a new HTML form, html submit a form
We usually use ajax to implement the process of refreshing new forms. Some time ago, I learned from the boss that another method of refreshing new forms is implemented using the iframe framework. Now let's sort it out and share it with you.
First:
(
JavaScript traversal of HTML form elements and form definitions, javascript form
The following JavaScript code traverses all HTML elements (html dom elements) through the document object ).
Note: Code explanation(1). hasAttri
$.post, $.get is a simple method, if you want to deal with complex logic, still need to use the Jquery.ajax ()I. General format of $.ajax$.ajax ({Type: ' POST ',URL: URL ,Data: data ,Success: Success ,DataType: dataType});Second, the parameter description of $.ajaxParameter description
Url
Necessary. Specifies which URL to send the request to.
Data
Optional. The map or string value. Specifies the data that is sent to the server along with the request.
references when programming in scripts.3. A reference to a form can take advantage of the name property of the from tag, or it can be called to the corresponding array using the forms[] array of document.4. You can use the elements[] array of form form to traverse all elements except 5, the form
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.