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 get ip address of a server in php?
where do we use htaccess?
How do you match the character ^ at the beginning of the string? - ^^
Does apache use php?
What is Apache's configuration file typically called?
Why php is used with mysql?
Is polymorphism inherited?
How can we convert the time zones using PHP?
What are the differences between mysqli_connect and mysqli_pconnect?
Explain the syntax for ‘foreach’ loop with example.
Is php 5 still supported?
What are the methods useful for method overloading?