Client-Side JavaScript Objects and HTML Tags That Create Instances of Them : Form HTML : Form Control JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Form Control » Form HTML »

 

Client-Side JavaScript Objects and HTML Tags That Create Instances of Them




/*
+-------------------------------------+--------------------------------------+
|   JavaScript Object                 |        Corresponding HTML Tag        |
+-------------------------------------+--------------------------------------+
|    Button                           |    <input type="button">             |
+-------------------------------------+--------------------------------------+
|    Checkbox                         |    <input type="checkbox">
+-------------------------------------+--------------------------------------+
|    Hidden                           |    <input type="hidden">
+-------------------------------------+--------------------------------------+
|    Fileupload                       |    <input type="file">
+-------------------------------------+--------------------------------------+
|    Password                         |    <input type="password">
+-------------------------------------+--------------------------------------+
|    Radio                            |    <input type="radio">
+-------------------------------------+--------------------------------------+
|    Reset                            |    <input type="reset">
+-------------------------------------+--------------------------------------+
|    Select                           |    <select>
+-------------------------------------+--------------------------------------+
|    Frame                            |    <frame>
+-------------------------------------+--------------------------------------+
|    Document                         |    <body>
+-------------------------------------+--------------------------------------+
|    Layer                            |    <layer> or <ilayer>
+-------------------------------------+--------------------------------------+
|    Link                             |    <a href="">
+-------------------------------------+--------------------------------------+
|    Image                            |    <img>
+-------------------------------------+--------------------------------------+
|    Area                             |    <map>
+-------------------------------------+--------------------------------------+
|    Anchor                           |    <a name="">
+-------------------------------------+--------------------------------------+
|    Applet                           |    <applet>
+-------------------------------------+--------------------------------------+
|    Plugin                           |    <embed>
+-------------------------------------+--------------------------------------+
|    Form                             |    <form>
+-------------------------------------+--------------------------------------+
|    Submit                           |    <input type="submit">
+-------------------------------------+--------------------------------------+
|    Text                             |    <input type="text">
+-------------------------------------+--------------------------------------+
|    Textarea                         |    <textarea>
+-------------------------------------+--------------------------------------+
|    Option                           |    <option> 
+-------------------------------------+--------------------------------------+
*/
           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Form Control
» Form HTML