Oggetti JS client-side e tag HTML
Oggetti JS | Tag HTML |
---|---|
Document | <body> |
Frame | <frame> |
Link | <a href="..."> |
Anchor | <a name="..."> |
Image | <img /> |
Area | <map> |
Applet | <applet> |
Plugin | <embed> |
Form | <form> |
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" /> |
Submit | <input type="submit" /> |
Text | <input type="text" /> |
Textarea | <textarea> |
Select | <select> |
Option | <option /> |
Layer | <layer> o <ilayer> |