Hi all,
I am currently making my website more accessible and have attached keys to all the important parts using the standard layout. However, I am using Google custom search and can't figure out how to add accesskey="4" to it. Anyone got any idea how I can make it accessible? I have searched Google and the only example I found looked nothing like the code I have used so wasn't much help. Code below just in case that helps and thanks in advance.
I am currently making my website more accessible and have attached keys to all the important parts using the standard layout. However, I am using Google custom search and can't figure out how to add accesskey="4" to it. Anyone got any idea how I can make it accessible? I have searched Google and the only example I found looked nothing like the code I have used so wasn't much help. Code below just in case that helps and thanks in advance.
Code:
<div class="search">
<form action="http://website.com" id="cse-search-box">
<input type="hidden" name="cx" value="partner-pub-8509363477233538:k0soo8tjfja">
<input type="hidden" name="cof" value="FORID:10">
<input type="hidden" name="ie" value="ISO-8859-1">
<input type="text" name="q" class="textInput" size="31">
<input type="image" class="btn" src="/images/btn_go.gif" name="sa" value="Search">
</form>
<script type="text/javascript" src="http://www.google.co.uk/cse/brand?form=cse-search-box&lang=en"></script>
</div>