事件源对象
eventsrcElementtagName
eventsrcElementtype
捕获释放
eventsrcElementsetCapture();
eventsrcElementreleaseCapture();
事件按键
eventkeyCode
eventshiftKey
eventaltKey
eventctrlKey
事件返回值
eventreturnValue
鼠标位置
eventx
eventy
窗体活动元素
documentactiveElement
绑定事件
documentcaptureEvents(EventKEYDOWN);
访问窗体元素
documentall(txt)focus();
documentall(txt)select();
窗体命令
documentexecCommand
窗体COOKIE
okie
菜单事件
documentoncontextmenu
创建元素
documentcreateElement(SPAN);
根据鼠标获得元素
documentelementFromPoint(eventxeventy)tagName==TD
documentelementFromPoint(eventxeventy)appendChild(ms)
窗体图片
documentimages[索引]
窗体事件绑定
documentonmousedown=scrollwindow;
元素
document窗体elements[索引]
对象绑定事件
documentallxxxdetachEvent(onclicka);
插件数目
navigatorplugins
取变量类型
typeof($js_libpath) == undefined
下拉框
下拉框options[索引]
下拉框optionslength
查找对象
documentgetElementsByName(r);
documentgetElementById(id);
定时
timer=setInterval(scrollwindow()delay);
clearInterval(timer);
UNCODE编码
escape() unescape
父对象
objparentElement(dhtml)
objparentNode(dom)
交换表的行
TableIDmoveRow()
替换CSS
documentallcssshref = acss;
并排显示
display:inline
隐藏焦点
hidefocus=true
根据宽度换行
自动刷新
<meta HTTPEQUIV=refresh CONTENT=;URL=>
简单邮件
<a mailto:?subject=ccc&body=xxxyyy>
快速转到位置
objscrollIntoView(true)
锚
<a name=first>
<a #first>anchors</a>
网页传递参数
locationsearch();
可编辑
ntenteditable=true
执行菜单命令
objexecCommand
双字节字符
/[^\x\xff]/
汉字
/[\ue\ufa]/
让英文字符串超出表格宽度自动换行
wordwrap: breakword; wordbreak: breakall;
透明背景
<IFRAME src= width= height= allowtransparency></iframe>
获得style内容
objstylecssText
HTML标签
documentdocumentElementinnerHTML
第一个style标签
documentstyleSheets[]
style标签里的第一个样式
documentstyleSheets[]rules[]
防止点击空链接时页面往往重置到页首端
<a javascript:function()>word</a>
上一网页源
asp:
requestservervariables(HTTP_REFERER)
javascript:
documentreferrer
释放内存
CollectGarbage();
禁止右键
documentoncontextmenu = function() { return false;}
禁止保存
<noscript><iframe src=></iframe></noscript>
禁止选取<body oncontextmenu=return false ondragstart=return false onselectstart =return false onselect=documentselectionempty() oncopy=documentselectionempty() onbeforecopy=return falseonmouseup=documentselectionempty()>
禁止粘贴
<input type=text onpaste=return false>
地址栏图标
<link rel=Shortcut Icon >
faviconico 名字最好不变*的色放虚拟目录根目录下
收藏栏图标
<link rel=Bookmark >
查看源码
<input type=button value=查看网页源代码 onclick=windowlocation = viewsource:+ >
关闭输入法
<input >
自动全选
<input type=text name=text value= onfocus=thisselect()>
ENTER键可以让光标移到下一个输入框
<input onkeydown=if(eventkeyCode==)eventkeyCode=>
文本框的默认值
<input type=text value= onfocus=alert(thisdefaultValue)>
title换行
objtitle = sdfs
获得时间所代表的微秒
var n = new Date(replace(//g \/))getTime()
窗口是否关闭
winclosed
checkbox扁平
<input type=checkbox ><br>
获取选中内容
documentselectioncreateRange()duplicate()text
自动完成功能
<input type=text autocomplete=on>打开该功能
<input type=text autocomplete=off>关闭该功能
窗口最大化
<body onload=windowresizeTo(windowscreenwidth windowscreenheight);windowmoveTo()>
无关闭按钮IE
windowopen( meizz fullscreen=);
统一编码/解码
alert(decodeURIComponent(encodeURIComponent(//你?as= hehe)))
encodeURIComponent对:/; 和 ?也编码
表格行指示
<tr onmouseover=thisbgColor=#fff onmouseout=thisbgColor=#ffffff>