HTML4.0 Access Key

Source: Internet
Author: User
Tags key access
Access

Routine 1:
Usually when we make form form, the implementation of focus is generally used to select the mouse in the form box, the following examples are implemented with HTML4.0, like the Windows menu, the first character is underlined, with "ALT + first character" can be lowered cursor positioning in the form box.
The code is like this:
<FORM>
<label for= "Namebox" accesskey= "N" ><U>N</U>ame:</LABEL>
<input type= "TEXT" id= "Namebox" size=30>

<label for= "Emailbox" accesskey= "E" ><U>E</U>mail:</LABEL>
<input type= "TEXT" id= "Emailbox" size=30>

<label for= "PhoneBox" accesskey= "P" ><U>P</U>hone:</LABEL>
<input type= "TEXT" id= "PhoneBox" size=30>

<label for= "Areabox" accesskey= "S" ><U>S</U>uggest</LABEL>
<textarea id= "Areabox" cols= "Ten" rows= "2" ></TEXTAREA>

</FORM>
... The label produces an underscore;
The name in for= ' name ' and id= ' name ' is consistent.
Accesskey= ... Set the hotkey.
Routine 2:
Take a look at the following example of the selection box, which is subtle in that you don't have to click the mouse in the box to select the item and select it on the text. Try it without a letter.
<form>
<label for= "Check1" > often come here </label>
<input type= "CHECKBOX" id= "Check1" value= "often" name= "Checkoften" >
<label for= "Check2" > Occasional look </label>
<input type= "CHECKBOX" id= "Check2" value= "Seldom" name= "Checkseldom" >
</form>



Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.