here it goes..
hi guys, i am extremely new to javascript so have patient with me.
it's hard to explain but, can you guys give me examples of a multidimensional array. where you can input as many times as you want and will be submitted if you press something like (numpad asterisk).
something like this..
for ($x=1; $x<=$untilkeypressed; $x++) {
print "<input type="text" name="name[$x]">
print "<input type="text" name="sex[$x]">
print "<input type="text" name="age[$x]">
}
if you complete inputting data with name,sex and age. then next textbox will be visible for inputting another data or you may press the numpad asterisk to submit.
hope you could help me with this guys,
any comments or suggestions is appreciated.
thanks in advance


Reply With Quote




Bookmarks