accessKey 屬性可設(shè)置或返回訪問單選按鈕的快捷鍵。
注釋:請(qǐng)使用 Alt + accessKey 為擁有指定快捷鍵的元素賦予焦點(diǎn)。
radioObject.accessKey=accesskey
下面的例子可返回單選按鈕的快捷鍵:
<html> <body> <form> Male: <input id="male" accesskey="m" type="radio" name="Sex" value="Male" /> <br /> Female: <input id="female" accesskey="f" type="radio" name="Sex" value="Female" /> </form> <p>The access key for the radio buttons are: <script type="text/javascript"> document.write(document.getElementById('male').accessKey
); document.write(" and "); document.write(document.getElementById('female').accessKey
); </script></p> </body> </html>
如對(duì)本文有疑問,請(qǐng)?zhí)峤坏浇涣髡搲?,廣大熱心網(wǎng)友會(huì)為你解答!! 點(diǎn)擊進(jìn)入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號(hào)