Invader Zim
July 1st, 2007, 06:38 AM
I want to open a HTML page in a frame when the onClick event occurs.
Background : This is for a form , first some validation on the form is done with a javascript function validateForm() , this is fine , but after all validation is done , the user must be able to click on 'n <Next> button and go to the next page containing another form for him to complete.
Also how to you keep the information contained in the textboxes if the user wants to come back to make some changes , as the page will reload into the current frame.
Background : This is for a form , first some validation on the form is done with a javascript function validateForm() , this is fine , but after all validation is done , the user must be able to click on 'n <Next> button and go to the next page containing another form for him to complete.
Also how to you keep the information contained in the textboxes if the user wants to come back to make some changes , as the page will reload into the current frame.