<html>
<body>
<form>
<input type="reset" accesskey="r" id="reset1" />
</form>
<p>AccessKey for the reset button is:
<script type="text/javascript">
x=document.getElementById('reset1');
document.write(x.accessKey);
</script></p>
</body>
</html>