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 move uploaded files to permanent directory?
What is overriding in php?
What is php compared to html?
Tell me what is the actually used php version?
What are some of the advanced features of php?
How does the identity operator ===compare two values in PHP?
Where are the session values stored?
Is it possible to protect special characters in a query string?
Tell me is it possible to protect special characters in a query string?
How can we calculate the similarity between two strings?
What is the most common http method?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?