diff options
Diffstat (limited to 'files/zh-cn/web/api/globaleventhandlers/onsubmit/index.html')
-rw-r--r-- | files/zh-cn/web/api/globaleventhandlers/onsubmit/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/globaleventhandlers/onsubmit/index.html b/files/zh-cn/web/api/globaleventhandlers/onsubmit/index.html index 1909ba0ef9..dda1f91037 100644 --- a/files/zh-cn/web/api/globaleventhandlers/onsubmit/index.html +++ b/files/zh-cn/web/api/globaleventhandlers/onsubmit/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/GlobalEventHandlers/onsubmit --- <div>{{ ApiRef("HTML DOM") }}</div> -<p>{{domxref("GlobalEventHandlers")}} 的 <code><strong>onsubmit</strong></code> 属性是一个处理 {{event("submit")}} 的 {{domxref("EventHandler")}}。</p> +<p>{{domxref("GlobalEventHandlers")}} 的 <code><strong>onsubmit</strong></code> 属性是一个处理 {{event("submit")}} 的 {{event("Event_handlers")}}。</p> <p><code>submit</code> 事件会在用户点击提交按钮(<code><input type="submit"/></code> 元素)提交表单时触发。</p> |