This morning I have added support for single key click access to many of the links on our mobile site. This will allow someone to more easily navigate from a cell phone. For example, to get to the campus calendar all you need to do is click the #3 key on the keypad, or to get to people search #4 on the keypad.
The code is really simple, it just requires adding the accesskey=”x” argument to the <a> tag. So the “About Roanoke” link’s code now looks like this:
<a href=”about.cfm” accesskey=”6″>6: About Roanoke College</a>
Check it out at: m.roanoke.edu or see the screenshot below:
Tags: coldfusion, html, mobile, website
