摘要: <html><head> <title>拖动行测试</title> <script language="javascript"> var beginMoving=false; function MouseDownToMove(obj){ obj.style.zIndex=1; obj.mouseDownY=event.clientY; obj.mouseDownX=event.clientX; beginMoving=true; obj.setCapture(); }function MouseMoveToMove 阅读全文
posted @ 2012-02-10 16:03 taek 阅读(2270) 评论(0) 推荐(0) 编辑
摘要: <table id="friend_comment-table" width="80%" > <tr> <td class="label">网友点评:</td> <td> <a href="#" onclick="addLadder(this,'friend_comment-table')"><strong>[+]</strong></a> <table> &l 阅读全文
posted @ 2012-02-10 15:08 taek 阅读(297) 评论(0) 推荐(0) 编辑
摘要: var Browser = new Object();Browser.isMozilla = (typeof document.implementation != 'undefined') && (typeof document.implementation.createDocument != 'undefined') && (typeof HTMLDocument != 'undefined');Browser.isIE = window.ActiveXObject ? true : false;Browser. 阅读全文
posted @ 2012-02-10 14:16 taek 阅读(204) 评论(0) 推荐(0) 编辑
摘要: srcElement是设置或获取触发事件的对象使用它的好处是: 例如鼠标滑过一组标签,滑过时变色, 这时就不用document.getElementById("xx").onmouseover=function(){...}这种形式 <div id="a"> <div id='b1'>xxx</div> <div id='b2'>xxx</div> <div id='b3'>xxx</div> </div> 直接 阅读全文
posted @ 2012-02-10 14:10 taek 阅读(3458) 评论(0) 推荐(0) 编辑
摘要: http://qiao.baidu.com/download/ 阅读全文
posted @ 2012-02-10 10:03 taek 阅读(236) 评论(0) 推荐(0) 编辑