- Home
- Javascript Examples
- Forward History
JS - Forward History
विवरण :
कोई विवरण नहीं है |
सोर्स कोड :
<html> <head> <title>document - forms </title> <body> <form name="form1"> Name <input type="text" name="name"> </form> <form name="form2"> Address <input type="text" name="address"> </form> <form name="form3"> Subject <input type="text" name="subject"> </form> Total no of forms on page are </body> </head> <script> document.write(document.forms.length); </script> </html>
आउटपुट :
Total no of forms on page are