I have a JSP page with a form on it with various elements on it (input fields etc). I also have a button named "Continue" at the bottom of my JSP. Once the page loads - if i click on the screen (i.e. inside any of my input fields or inside where the form is defined) the Continue button immediately changes to look like its been "selected" - i.e. has a thick black border around it. How can i stop this from happening - any help great.
SCJP 1.4 | OCWCD JEE 5
Zip Ped
Ranch Hand
Joined: Jul 26, 2005
Posts: 336
posted
0
I am not quite sure, but I think this is the default behaviour on a browser for a submit button.
For e.g. if you chose to reply to this post, you would see the "Add Reply" button appearing as selected.
You might also want to check the css associated with your page.