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



If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / koushik

if (text box name "txt_name") then
get last box value
else if(text box name "txt_name[]") then
get all values in array format

Is This Answer Correct ?    1 Yes 0 No

If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / gurudas

value of last textbox will be received.

Is This Answer Correct ?    0 Yes 0 No

If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / adesh kumar vishwakarma

yes .value of last textbox will be received

Is This Answer Correct ?    0 Yes 0 No

If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / prabir

value of last textbox will be received.

Is This Answer Correct ?    0 Yes 0 No

If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / john

the value of the 4th text box will be received

Is This Answer Correct ?    4 Yes 5 No

If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / naveen

value of first text box

Is This Answer Correct ?    0 Yes 1 No

If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / anjibabu

which box is useful to the orgnisation that particular box
can received

Is This Answer Correct ?    0 Yes 1 No

If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / emperor

no.cannot.

Is This Answer Correct ?    5 Yes 12 No

If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / m.s.m.archana mai

first textbox value only.

Is This Answer Correct ?    3 Yes 13 No

If there are 10 text boxes in a form having same name, their value are different. Value of which t..

Answer / richa

i thought it would be the first one

Is This Answer Correct ?    17 Yes 35 No

Post New Answer

More PHP Interview Questions

How send email using php?

0 Answers  


What is the delimiter syntax is PHP's default delimiter syntax

0 Answers  


How can we connect to a mysql database from a php script?

0 Answers  


What is rtrim php?

0 Answers  


how can i get USA time using php...

1 Answers  






What is difference between variable declaration and variable definition?

0 Answers  


Tell me can the value of a constant change during the script's execution?

0 Answers  


What is framework in php?

0 Answers  


Can we use get instead of post?

0 Answers  


Is php a low level language?

0 Answers  


Which function is used in php to delete a file?

0 Answers  


Which is variable cost?

0 Answers  


Categories