2017年3月27日

js页面跳转常用的几种方式及点击返回顶部代码

摘要: js实现页面跳转的几种方式,需要的朋友可以参考下。 点击返回顶部代码: 第一种: 复制代码 代码如下: <script language="javascript" type="text/javascript"> window.location.href="jb51.jsp?backurl="+win 阅读全文

posted @ 2017-03-27 11:27 胡樟军 阅读(3291) 评论(0) 推荐(0) 编辑

让input变成不可编辑状态的方法

摘要: <input name="ly_qq" type="text" tabindex="2" onMouseOver="this.className='input_1'" onMouseOut="this.className='input_2'" value="123456789" disabled=" 阅读全文

posted @ 2017-03-27 11:24 胡樟军 阅读(2064) 评论(0) 推荐(0) 编辑

导航