简单教程
提交运行
代码编辑器:
<script> function setAlign() { alert("Some javaScript...."); } </script> <menu> <command type="radio" label="Left" onclick="setAlign('left')">Left</command> <command type="radio" label="Center" disabled onclick="setAlign('center')">Center</command> <command type="radio" label="Right" onclick="setAlign('right')">Right</command> </menu> <p><b>注意:</b> Internet Explorer 9 支持 disabled 属性。</p> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: