If there are 10 text boxes in a form having same name,
their value are different. Value of which textbox will be
received on action script?
Answers were Sorted based on User's Feedback
Answer / abhishek_anand_mca07
value of Last textbox will be received.
| Is This Answer Correct ? | 83 Yes | 9 No |
Answer / nitin agrawal
yes... value of last textbox will be received.
| Is This Answer Correct ? | 42 Yes | 6 No |
Answer / nilesh navadiya
value of Last textbox will be received.
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / lakhan
I think values of all text boxes will be received and will
will be available as an Array of values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / biswajit
The value of last text box will received. It is tested
| Is This Answer Correct ? | 1 Yes | 0 No |
how to extract month from given date by using string functions?
How to get the position of the character in a string in php?
How do I find environment variables?
How to set a value in session? How to remove data from a session?
how can we retrive value from one database server and store them another database server using php?
What is framework? How it works? What is advantage?
Can you pass an array into a function?
How to define a user function?
How does api connect to database?
Which of the delimiter is ASP style?
What are string functions?
Difference between mysql_connect and mysql_pconnect?