I have a survey that is three pages long and need buttons to do the following:
Page1 - Next
Page2 - Back and Next
Page3 - Clear, Modify (goes back to Page1), and Submit
My problem is I want to use custom images for the buttons and not use the default buttons with the INPUT TYPE="submit", etc. I want to use INPUT TYPE="image" .... but don't know how to write the code to do this. Also I want the tab order to be only on the last buttons to the right. Is this do-able with HTML and Javascript? Thanks,
Page1 - Next
Page2 - Back and Next
Page3 - Clear, Modify (goes back to Page1), and Submit
My problem is I want to use custom images for the buttons and not use the default buttons with the INPUT TYPE="submit", etc. I want to use INPUT TYPE="image" .... but don't know how to write the code to do this. Also I want the tab order to be only on the last buttons to the right. Is this do-able with HTML and Javascript? Thanks,