FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Javascript help

 


ammonkc
I need help with some javascript form processing. I'm trying to build a dynamic form where the user can add or delete different fields via ajax. Is it possible to use javascript to figure out how many input fields are in the form? Ultimately what I'm trying to achieve is to let the user add or remove fields. everytime the user presses the add button I will use ajax to redraw the form with the new field included. but to do this I need to know how many fields are there before the info is sent to the ajax script.
badai
forms.length
ammonkc
badai wrote:
forms.length


Thanks for the reply. Will that give me a count of the inputs or an array of the inputs?
badai
alert(forms.length) you lazy fat ass!!
ammonkc
badai wrote:
alert(forms.length) you lazy fat ass!!


That was a little unnecessary.... I'm not at work anymore so I don't have my dev server or production machine to try it out on. I'll try it in the morning.
mariohs
@ammonkc and badai
Please check your pm.

@ammonkc
If you want to count the number of input elements on your document, you can use the getElementsByTagName function, which will return to you all input elements in an array.

Code:
//Get all input elements in an array
var v_input = document.getElementsByTagName("input");

//Get the size of the array
var i = v_input.length;


I don't know if badai's suggestion works.
Related topics

JavaScript Help
#Paying 30 + frih$ to fix my javascript! Help! Fast!#
Navigation Script (javascript) Help Please!
Javascript help
Where to find Java Scripts

I need a javascript!!! Help!
Free Javascript Menu Builder?
javascript help. creating new element only when clicked
Javascript help plz
Javascript help

HTML/JavaScript help?
Javascript Gallery Help (get some FRIH$)
I could really use some help with Javascript...
Help needed with Javascript and overflow
HELP with Javascript!
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.