SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Getting all <form>'s elements
-
Jul 17, 2006, 12:10 #1
- Join Date
- Jun 2004
- Location
- Mumbai
- Posts
- 447
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Getting all <form>'s elements
Code:<form id="frm1"> <input../> <input.../> </form>
Code:<script type="text/javascript"> function get_all_FormElements() { // } </script>
ThanksAnjanesh
-
Jul 17, 2006, 13:36 #2
- Join Date
- Jul 2006
- Location
- Leeds, UK
- Posts
- 38
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
there's form.elements built in, check this out;
http://www.developertutorials.com/tu...209/page1.html
from;
http://www.google.co.uk/search?hl=en...e+Search&meta=
Bookmarks