JS备注

来源:互联网 发布:逆光源网络剧第3集 编辑:程序博客网 时间:2024/05/21 07:52
改变字体颜色
<input type=button name="Submit1" value="qwe"size=10 onClick="closeit()" onMouseOut=this.style.color=""onMouseOver=this.style.color="red" >

刷新页面
<input type="button"onclick='javescript:window.location.reload()'value="刷新本页">

<br>

<!--可以点击文字实现radio选项的选定-->
<input type="radio" name="regtype" value="a03"id="a03">
<labelfor="a03">qwesadfsadfasfda</label>

<br>


返回上一页
<input type="button"onclick=window.history.back() value=back>

<br>

前进
<input type="button"onclick=window.history.forward()value=forward>
</body>
</html>

<br>
0 0
原创粉丝点击