|
|
|
|
|
If you have this HTML:
| <HTML>
<HEAD></HEAD>
<BODY>
<div id="MyDiv">
<input type="text" name="text1" id="text1" value="stam"/>
</div>
</BODY>
</HTML> | |
You can access to the MyDiv object or text1 by:
| <script>
alert(text1.value);
alert(MyDiv.style.CSSText);
</script> | |
But if you have this HTML
| <HTML>
<HEAD></HEAD>
<BODY>
<div id="MyDiv">
<form name="MyForm" method="post" action="">
<input type="text" name="text1" id="text1" value="stam"/>
</form>
</div>
</BODY>
</HTML> | |
You can access the Form object only by access first to the Form object:
| <script>
alert(MyForm.text1.value);
alert(MyForm.MyDiv.style.CSSText);
</script> | | |
|
| Clock at Status Bar Categories : Java Script, HTML, Date Time | | | complete simply working javascript password generator file. Use letter, vowels, consonants (uppercase and lowercase) arrays to create a really random and secure password.
improved security using time functions to initialize random number generator. Categories : Java Script, HTML, Security, Authentication, Strings | | | Builds JavaScript that updates the contents of one selector based on another. Categories : HTML, Java Script, PHP, Complete Programs, General | | | Table editable dynamic form with edit + selection (select / option) + checkbox.
Categories : Java Script, DHTML, User Interface, CSS, HTML | | | Mordern Peroidic Table - Science Categories : Java Script, HTML, Charts and Graphs | | | Javascript Color Picker Categories : Java Script, Colors, HTML | | | Unobtrusive javascript for maintaining scrollable layer state Categories : DHTML, Java Script, HTML | | | Cool tool tip Categories : Java Script, HTML, Web Design | | | Java Script Based Navigation Categories : HTML, Java Script, Navigation | | | Bookmarklets are simple tools that extend the surf and
search capabilities of Netscape and Explorer web browsers. Categories : Java Script, HTML, General | | | Show or Hide your Content using Javascript Categories : Java Script, HTML, CSS, Beginner Guides | | | Higly Customizable Javascript Calendar Script Categories : Java Script, Calendar, Date Time, HTML, CSS | | | showing Help (assistance) to the user while filling html forms. Categories : HTML, Java Script, Form Processing | | | Enchancing dd/mm/yyyy forms with unobtrusive javascript Categories : Java Script, HTML, User Interface, Date Time | | | Conditional Check - a script that allows a user to submit a form only if the user check a checkbox. Categories : HTML, Java Script, Form Processing, Beginner Guides | |
| |
| |
|