Question: Given a text box node thats stored in a variable named firstName, which of the following statements will place the cursor in that text box?
Given a text box node thats stored in a variable named firstName, which of the following statements will place the cursor in that text box?
| a | firstName.focus(); |
| b | firstName.blur = false; |
| c | firstName.cursor = true; |
| d | firstName.setFocus(); |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
