Posted by douha on 12/17/06 03:19
Hi all,
I have been assigned to write functions in javascript that will invoke
an objects accesskey.
For example, I have the following html code:
<td class="BtnActn">
<div id="DocUndo" class="DocLevelActn">
<a vsds="T1_DOC_HDR"
vsaction="undo"
name="T1_DOC_HDRundo"
id="T1_DOC_HDRundo"
title="Undo"
accesskey="6">
<img src="../Images/DocUndo.gif"
alt="Undo"
name="DocUndoImg"
id="DocUndoImg">
</a>
</div>
</td>
I need to invoke the access key for this button and have it perform the
same as if a user pressed the alt-6 key combination.
Is this possible?
Thanks much for any help that is offered.
Doug
Navigation:
[Reply to this message]
|