w3school 在线教程
HTML 系列教程
浏览器脚本
服务器脚本
ASP.NET 教程
XML 系列教程
Web Services 系列教程
建站手册
JS & DOM 参考手册
参考手册目录
JavaScript 对象
JS Array
JS Boolean
JS Date
JS Math
JS Number
JS String
JS RegExp
JS Functions
JS Events
Browser 对象
Window
Navigator
Screen
History
Location
HTML DOM 对象
DOM Document
DOM Element
DOM Attribute
DOM Event
HTML 对象
<a>
<area>
<audio>
<base>
<body>
<blockquote>
<button>
<canvas>
<col>
<colgroup>
<datalist>
<del>
<details>
<dialog>
<embed>
<fieldset>
<form>
<frame>
<frameset>
<iframe>
<img>
<ins>
<input> button
<input> checkbox
<input> color
<input> date
<input> datetime
<input> datetime-local
<input> email
<input> file
<input> hidden
<input> image
<input> month
<input> number
<input> password
<input> range
<input> radio
<input> reset
<input> search
<input> submit
<input> text
<input> time
<input> url
<input> week
<keygen>
<label>
<legend>
<li>
<link>
<map>
<menu>
<menuitem>
<meta>
<meter>
<object>
<ol>
<optgroup>
<option>
<param>
<progress>
<q>
<script>
<select>
<source>
<style>
<table>
<td>
<th>
<tr>
<textarea>
<time>
<title>
<track>
<video>
建站手册
网站构建
万维网联盟 (W3C)
浏览器信息
网站品质
语义网
职业规划
网站主机
关于 W3School
帮助 W3School
HTML DOM Form 对象
Form 对象
Form 对象代表一个 HTML 表单。
在 HTML 文档中 <form> 每出现一次,Form 对象就会被创建。
Form 对象集合
集合
描述
elements[]
包含表单中所有元素的数组。
Form 对象属性
属性
描述
acceptCharset
服务器可接受的字符集。
action
设置或返回表单的 action 属性。
enctype
设置或返回表单用来编码内容的 MIME 类型。
id
设置或返回表单的 id。
length
返回表单中的元素数目。
method
设置或返回将数据发送到服务器的 HTTP 方法。
name
设置或返回表单的名称。
target
设置或返回表单提交结果的 Frame 或 Window 名。
标准属性
属性
描述
className
设置或返回元素的 class 属性。
dir
设置或返回文本的方向。
lang
设置或返回元素的语言代码。
title
设置或返回元素的 title 属性。
Form 对象方法
方法
描述
reset()
把表单的所有输入元素重置为它们的默认值。
submit()
提交表单。
Form 对象事件句柄
事件句柄
描述
onreset
在重置表单元素之前调用。
onsubmit
在提交表单之前调用。
JavaScript 参考手册
JavaScript 实例
JavaScript 测验