Hi,
I have a couple of form submit buttons on my page. They are not used to send a form so they are not nested inside form tags.
Apparantly always one of the buttons gets focused after the page loads (thick border around it) if they are not nested within form tags, well at least in IE5.5 which I use.
I tried 'onLoad="this.blur()"' inside the button tag but it didn't work.
How can I solve this?
Thanks,
Ron
I have a couple of form submit buttons on my page. They are not used to send a form so they are not nested inside form tags.
Apparantly always one of the buttons gets focused after the page loads (thick border around it) if they are not nested within form tags, well at least in IE5.5 which I use.
I tried 'onLoad="this.blur()"' inside the button tag but it didn't work.
How can I solve this?
Thanks,
Ron