'forms' Example : forms : Javascript Collections : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  Javascript Collections   » [  forms  ]   
 



'forms' Example

Please note that some example is only working under IE or Firefox.

    
<html>
<body>
<form name="form1" method="post" action=""><textarea></textarea></form>
<form name="form2" method="post" action=""><p><input type="text"></p></form>
<form name="form3" method="post" action=""><input type="radio"></form>
<form name="form4" method="post" action=""><input type="radio"></form>
<form name="form5" method="post" action=""><input type="button"></form>
<form name="form6" method="post" action=""><input type="button"></form>


<input type="checkbox"></form>
<button onclick="alert(document.forms.length);">Number of forms in the page</button>
</body>
</html>

    
      
      
Related examples in the same category
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.