PDA

View Full Version : how to store all the values in an array


sbhar
10-27-2005, 05:11 AM
actually i want to store all the values (after the user has clicked and selected a number) in an array and pass that to javascript.

i.e a submit button will be there on clicking which all the values will be passed on to javascript.

The javascript part is solved already. i can do it by fscommand BUT
i cannot trap all the values in the grey and white fields.

please help

oldnewbie
10-27-2005, 05:32 AM
Certainely not by double threads! ;)

ovydiu
10-27-2005, 02:45 PM
the fscommand can only have two parameters.. you'll have to store all the values in a string (using some delimiter), pass it to javascript and decode the string when it arrives in javascript