html
wsxlgg
木秀于林,风必摧之;人浮于众,众必毁之
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
window对象
无标题文档 //window.status="欢迎访问本网站!"; function init(){ var str=""; var i=0; for(var w in window){ str+=w+"\t";原创 2014-01-01 18:37:49 · 759 阅读 · 0 评论 -
从A页面单击 window.open 打开了B页面 B页面没有关闭再次点击A页面的这个链接, 让他刷新B页面而不是在打开一个B页面可以做到吗?
从A页面单击 window.open 打开了B页面 B页面没有关闭再次点击A页面的这个链接, 让他刷新B页面而不是在打开一个B页面可以做到吗? 请教一个问题XWE 2015/12/4 23:06:49哪位好心的大侠,指点一下23:09:28邪君 2015/12/4 23:09:28原创 2015-12-04 23:19:10 · 1378 阅读 · 0 评论 -
<a>标签的点击事件
我们常用的在a标签中有点击事件:1. a href="javascript:js_method();"这是我们平台上常用的方法,但是这种方法在传递this等参数的时候很容易出问题,而且javascript:协议作为a的href属性的时候不仅会导致不必要的触发window.onbeforeunload事件,在IE里面更会使gif动画图片停止播放。W3C标准不推荐在href里面执行java原创 2015-03-03 18:16:53 · 6234 阅读 · 0 评论 -
访问某盘下的文件的方式
file:///d:/find/jquery12.html原创 2014-01-17 09:55:17 · 758 阅读 · 0 评论 -
前端设计
无标题文档 body{margin:0px; font-size:12px; background:url(images/BEIJING.GIF) repeat-y; background-position:center; } .nav{background:url(images/nav_bg.gif) repeat-x; co原创 2013-12-27 00:00:27 · 938 阅读 · 0 评论 -
frame
无标题文档 很抱歉,馈下使用的浏览器不支援框架功能,请转用新的浏览器。原创 2014-01-01 18:22:23 · 742 阅读 · 0 评论 -
表格
无标题文档 tr,td{line-height:25px; font-size:12px; } .tab{ background-color:#7F7F7F; } .trh{background-color:#C1C1C1; } .trd{background-color:#FFF;} funct原创 2014-01-01 18:20:14 · 742 阅读 · 0 评论 -
表单
form function chg(){ var hobby=document.all.area.value; alert(hobby); } tinyMCE.init({ // General options mode : "textareas",原创 2014-01-01 18:12:26 · 758 阅读 · 0 评论 -
table布局
table布局 登录原创 2014-01-01 18:01:40 · 886 阅读 · 0 评论 -
location的属性说明
属性 说明 window.location.href 完整的url window.location.protocol 协议 window.location.hostname 主机名 window.location.host...转载 2018-08-22 23:02:37 · 792 阅读 · 0 评论
分享