i'm using a form which contains a "send" button and a "delete" button.
Once the page is loaded it's seems like this 'delete' button is "selected" - i.e - it's wrapped by a blue line and also when pressing on "enter" the js function that's is called when this button is clicked is fired.
In firefox and chrome it works just fine, what could I do so when the page is loaded this button won't be in a "selected" mode?
*The delete button is the first button appeared in the page , and I fount out that IE highlights the first button in the page for some reason . How could I disable this setting ?
Thanks in advance