Hi,
Currently I have a button that has a shortcut key of o. I'd like to display this as Policies, with the letter o underlined.
This is the current code. How does one go about doing this?
<input type="button" accesskey=o value=Policies tabindex=210 accesskey=O onclick=Policies title="Add/Edit Policies"></button>
Thx in advance
Currently I have a button that has a shortcut key of o. I'd like to display this as Policies, with the letter o underlined.
This is the current code. How does one go about doing this?
<input type="button" accesskey=o value=Policies tabindex=210 accesskey=O onclick=Policies title="Add/Edit Policies"></button>
Thx in advance