How can I control/move the cursor/focus or whatever it's now called?
I have a page that is a questionnaire (form), and sometimes the answer to one question determines what the next question will be.
e.g. Ques 1. Are you a veteran of the U. S Armed Forces. If No, go to question 3; if Yes continue below Yes. No.
a. What is your date of birth? ___________
b. What were your dates of service? from _________ thru ________.
c. etc.
Ques 2. etc.
Ques 3. etc.
I need to be able to test the answer to one question and set the focus accordingly; In some case, I also need to display data entered on previous pages; e.g. Ques 1., a., above, the DOB was entered in the previous page. If the answer to question 1 is Yes, I would need to display the DOB, then set the focus at Ques 1., b if the answer to question 1 is Yes. I'd also like to be able to set the focus in the first field of a form when the page is initially displayed.
How are these things done?????
Also, would it be best to make the entire page one <form>, or a separate <form> for each question???
