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 |
Tell me which function gives us the number of affected entries by a query?
what is the difference between ph4 and php5
How to convert one date format into another in php?
What is php call function?
Write a program to display table of a number using php?
Tell me what is the main difference between php 4 and php 5?
How can use sys time in loop?
What is input sanitization in php?
What is cookie?
What is a query in php?
Explain what does the function get_magic_quotes_gpc() means?
How can we submit a form without a submit button?