I don't know how to underline a letter of
value property of a button when I use AccessKey on it.
Example: <INPUT accessKey="B" type="button" value="Button1"> . I
want to underline "B" of "Button1" string above.
Thks for any help,
Answer:
Code:
<button accessKey="F" id="btn" onClick="alert('alt-For the button was pressed ')">
<U>F</U>ind Next</button>
<P>use alt-f or the button to activate an alert</P>