HTML4.0 the Access Key

Related Tags:

  Example 1: 
  We usually form in the production of form, the realization of the general focus in the form box to use a mouse click, the following examples are used HTML4.0 achieve, and the same menu as windows, the first character is underlined, "ALT the first character "can be continued in the form cursor positioning of the box. 
  Code 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="10" ROWS="2"> </ TEXTAREA> 

  </ FORM> 
  Tags have underlined; 
  For = "Name" and id = "Name" in the Name is the same. 
  ACCESSKEY =... set up "hot keys." 
  Example 2: 
  Take the following example of the choice of frame, it is the nuances, the choice of projects did not have to click the mouse in the box, the text can be selected.    Do not try to bar letter. 
<form>
  <label For="check1"> the Changlaiyanli </ label> 
  <input Type="CHECKBOX" id="check1" value="often" name="checkoften"> 
  <label For="check2"> occasionally to look at </ label> 
  <input Type="CHECKBOX" id="check2" value="seldom" name="checkseldom"> 
  </ Form> 

Related articles:

On search engine manual intervention
  Many seo technology enthusiasts or employees heard a search engine on artificial neural interference with tension, and some people seem to search engines such practices gnash their teeth.    Robin again today and we would like to talk about the search engine manual intervention, wi...
Js control excel perfect solution for printing
  Doing web development we all met in the printing, forms printing complex indeed a headache, this article introduces some use excel Print solution.    First of all, if the client calls excel ie security level must be reduced so that some illegal controls, such as the 3721 What are ...
Collection: Ajax Learning Website Daquan
  1. Resource Site    1, domestic websites    1) Ajax China (recommended)    A professional ajax technology website, classification clearly, a large number of electronic version of Guide, as well as download source AJAX!    Www.okajax.com   ...
Flash practical skills chapter music show
  Effect Profile:    Today, I teach you to do a Henxuan very practical and visual effects.    Winamp in the left side of the main panel, we can see that the time for music players that are beating the spectra, as shown in Figure 1.    This paper is on how to achi...
Home production of the 10 skills
  As Home produced think we will certainly use FRONTPAGE2000, PAGEEDITOR production, and other special software, but now I have to be introduced through amendments HTML source code, to add to the small Home "dessert" and your "online cottages "beautiful dress to a point.&nbs...