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 can we find the number of rows in a result set using PHP?
hi! i am tushar. i am trying to insert digital signature in a pdf file using PHP. i create a digital signature jpg image using imagecreatefromjpeg() function, but whenever i trying to insert it into my pdf file it shown this error. "FPDF error: Not a JPEG file: signature.jpg". could some one help me? how can i insert a digital signature in a pdf file using PHP?
What are traits?
What is php and sql?
What is PECL?
What version of php do I have windows?
Can you use php and javascript together?
recurring account in PayPal payment gateway?
1 Answers A1 Technology, HBL, HBL Power Systems, IBM,
How can we submit a form without using submit buttons?
what is pear in php in brief ?
Which is the best php framework for a beginner?
How come the code works, but does not for two-dimensional array of mine?