RE: Invisible "Skip navigation" link

><input type="submit" accesskey="a" id="add" name="add" 
>title="Add Employee"
>value="Add Employee" />

Except for the TITLE attribute, this is the method I'm using now.  So I
should add the TITLE attribute, with the access key defined inside of it?

<input type="submit" accesskey="a" id="add" name="add" 
>title="Add Employee.
>>Access Key = a. " value="Add Employee" />

Randal

Received on Wednesday, 24 July 2002 10:04:26 UTC