SEARCH:
Previous: hTable_methodAlternate  

FindAccessKey

string HTML_Caption
array (HTML_Caption,HTML_Parm_Accesskey)


Allows you to specify HMTL "Accesskey" for a hyperlink by putting a backslash into the caption, so that "\Example" returns "Example" and 'accesskey="E"'.

Accepts a string, examines the string for a backslash character. If one is found, it removes the backslash and underlines the character immediately after.

Returns the an array of two elements, first is the modified caption and the next is an HTML fragment 'accesskey="X"' where 'X' is whatever character was right after the backslash.

If there is no backslash in the caption, then the caption is returned unchanged and the accesskey is empty.

Previous: hTable_methodAlternate