小码哥的IT人生

HTML DOM forms 集合

JavaScript基础 2022-06-08 11:23:39小码哥的IT人生shichen

HTML DOM forms 集合

定义和用法

forms 集合可返回对文档中所有 Form 对象的引用。

语法

document.forms[]

实例

<html>
<body>
<form name="Form1"></form>
<form name="Form2"></form>
<form name="Form3"></form>
<script type="text/javascript">
document.write("This document contains: ")
document.write(document.forms.length + " forms.")
</script>
</body>
</html>

 

版权所有 © 小码哥的IT人生
Copyright © phpcodeweb All Rights Reserved
ICP备案号:苏ICP备17019232号-2  

苏公网安备 32030202000762号

© 2021-2024