以下是引用片段:
event.srcElement.tagName
event.srcElement.type
以下是引用片段:
event.srcElement.setCapture();
event.srcElement.releaseCapture();
以下是引用片段:
event.keyCode
event.shiftKey
event.altKey
event.ctrlKey
以下是引用片段:
event.returnValue
以下是引用片段:
event.x
event.y
以下是引用片段:
document.activeElement
以下是引用片段:
document.captureEvents(Event.KEYDOWN);
以下是引用片段:
document.all("txt").focus();
document.all("txt").select();
以下是引用片段:
document.execCommand
以下是引用片段:
document.cookie
以下是引用片段:
document.oncontextmenu
以下是引用片段:
document.createElement("SPAN");
以下是引用片段:
document.elementFromPoint(event.x,event.y).tagName=="TD
document.elementFromPoint(event.x,event.y).appendChild(ms)
以下是引用片段:
document.images[索引]
以下是引用片段:
document.onmousedown=scrollwindow;
以下是引用片段:
document.窗体.elements[索引]
以下是引用片段:
document.all.xxx.detachEvent('onclick',a);
以下是引用片段:
navigator.plugins
以下是引用片段:
typeof(js_libpath) == "undefined"
以下是引用片段:
下拉框.options[索引]
下拉框.options.length
以下是引用片段:
document.getElementsByName("r1");
document.getElementById(id);
以下是引用片段:
timer=setInterval('scrollwindow()',delay);
clearInterval(timer);
以下是引用片段:
asp:
request.servervariables("HTTP_REFERER")
javascript:
document.referrer
以下是引用片段:
CollectGarbage();
以下是引用片段:
document.oncontextmenu = function() { return false;}
以下是引用片段:
<noscript><iframe src="*.htm"></iframe></noscript>
以下是引用片段:
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false"onmouseup="document.selection.empty()>
以下是引用片段:
<input type=text onpaste="return false">
以下是引用片段:
<link rel="Shortcut Icon" href="favicon.ico">
favicon.ico 名字最好不变16*16的16色,放虚拟目录根目录下
以下是引用片段:
<link rel="Bookmark" href="favicon.ico">
以下是引用片段:
<input type=button value=查看网页源代码 onclick="window.location = 'view-source:' 'http://www.aaa.com/'">
以下是引用片段:
<input style="ime-mode:disabled">
以下是引用片段:
<input type=text name=text1 value="123" onfocus="this.select()">