Hi,
I need to add the "accessKey" attribute in the fields of the HTML form and am trying this in IE.
For Example:
<LABEL for="viewBySubType" accesskey="T"> Title </LABEL>
<select name="viewByType" id="viewByType" >
<option value ="Bot">Botany</option>
<option value="Zoo">Zoology</option>
<option value="Phy">Physics</option>
<option value="Che">Chemistry</option>
</select>
<LABEL for="SubType" accesskey="Ti"> Title </LABEL>
<select name="SubType" id="SubType" >
<option value ="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
when i tried to do alt + "Ti" , previous select box selected first..
can anyone send me the conventions to follow while we use access keys
Please do needful.