hi, my mates doin an assignment, i was trying to help him, but i don't know java script very well.
now, we have a bunch of input types on the screen, from radio buttons to drop down boxes to text boxes. What we wanna know is, all that info has to be taken from the boxes using javascript and stored in an array. This info is then to be accessed and processed.
COuld sum1 please give me some pointers, for example, once i've assigned all the info from the input types to variables... how do i get it all into one array, so every time i hit "submit" the info is taken and put into slot 'i' of the array.
also, i'm using a submit button input type... just out of interest, what exactly happens with the "submit" button, what does it do with all the data on the form... coz so far i've just assigned an on-click tag that points to a method! just wondering if it has a default action that does something!


Reply With Quote


Bookmarks