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

What is warning – “cannot modify header information – headers already sent”?

0 Answers  


How can you retrieve a cookie value?

0 Answers  


How to check an element is exists in array or not in php?

0 Answers  


What is the use of inner join in mysql?

0 Answers  


A process can run only in the background. State Whether True or False?

0 Answers  






Explain me what is the use of 'print' in php?

0 Answers  


How do you check if a variable has not been set in php?

0 Answers  


which function used to get the file name in php?

5 Answers  


Tell me what is the use of mysql_real_escape_string() function?

0 Answers  


How to increase session life time using PHP?

8 Answers  


Explain which cryptographic extension provide generation and verification of digital signatures?

0 Answers  


Does cors prevent csrf?

0 Answers  


Categories