js 收藏

1.       事件源对象 
event.srcElement.tagName
 
event.srcElement.type

2.       捕获释放 
event.srcElement.setCapture();  
event.srcElement.releaseCapture(); 

3.       事件按键 
event.keyCode
 
event.shiftKey
 
event.altKey
 
event.ctrlKey

4.       事件返回值 
event.returnValue

5.       鼠标位置 
event.x 
event.y

6.       窗体活动元素 
document.activeElement

7.       绑定事件 
document.captureEvents(Event.KEYDOWN);

8.       访问窗体元素 
document.all("txt").focus(); 
document.all("txt").select();

9.       窗体命令 
document.execCommand

10.   窗体COOKIE 
document.cookie

11.   菜单事件 
document.oncontextmenu

12.   创建元素 
document.createElement("SPAN"); 

13.   根据鼠标获得元素: 
document.elementFromPoint(event.x,event.y).tagName=="TD 
document.elementFromPoint(event.x,event.y).appendChild(ms) 

14.   窗体图片 
document.images[
索引]

15.   窗体事件绑定 
document.onmousedown=scrollwindow;

16.   元素 
document.
窗体.elements[索引]

17.   对象绑定事件 
document.all.xxx.detachEvent('onclick',a);

18.   插件数目 
navigator.plugins

19.   取变量类型 
typeof($js_libpath) == "undefined"

20.   下拉框 
下拉框.options[索引] 
下拉框.options.length

21.   查找对象 
document.getElementsByName("r1");
 
document.getElementById(id);

22.   定时 
timer=setInterval('scrollwindow()',delay); 
clearInterval(timer);

23.   UNCODE编码 
escape() ,unescape

24.   父对象 
obj.parentElement(dhtml)
 
obj.parentNode(dom)

25.   交换表的行 
TableID.moveRow(2,1)

26.   替换CSS 
document.all.csss.href = "a.css";

27.   并排显示 
display:inline

28.   隐藏焦点 
hidefocus=true

29.   根据宽度换行 
style="word-break:break-all"

30.   自动刷新 
<meta HTTP-EQUIV="refresh" CONTENT="8;URL=http://c98.yeah.net">

31.   简单邮件 
<a  href="mailto:[email protected]?subject=ccc&body=xxxyyy"> 

32.   快速转到位置 
obj.scrollIntoView(true)

33.    
<a name="first">
 
<a href="#first">anchors</a>

34.   网页传递参数 
location.search();

35.   可编辑 
obj.contenteditable=true

36.   执行菜单命令 
obj.execCommand

37.   双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

38.   让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

39.   透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

40.   获得style内容 
obj.style.cssText

41.   HTML标签 
document.documentElement.innerHTML

42.   第一个style标签 
document.styleSheets[0]

43.   style标签里的第一个样式 
document.styleSheets[0].rules[0]

44.   防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

45.   上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

46.   释放内存 
CollectGarbage();

47.   禁止右键 
document.oncontextmenu = function() { return false;}

48.   禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

49.   禁止选取<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()> 

50.   禁止粘贴 
<input type=text onpaste="return false">

51.   地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

52.   收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

53.   查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

54.   关闭输入法 
<input style="ime-mode:disabled">

55.   自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

56.   ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

57.   文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

58.   title换行 
obj.title = "123 sdfs "

59.   获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

60.   窗口是否关闭 
win.closed

61.   checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

62.   获取选中内容 
document.selection.createRange().duplicate().text

63.   自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

64.   窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

65.   无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

66.   统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

67.   表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.              //各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

68.    <a name="first"> 
<a href="#first">anchors</a>

69.   网页传递参数 
location.search();

70.   可编辑 
obj.contenteditable=true

71.   执行菜单命令 
obj.execCommand

72.   双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

73.   让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

74.   透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

75.   获得style内容 
obj.style.cssText

76.   HTML标签 
document.documentElement.innerHTML

77.   第一个style标签 
document.styleSheets[0]

78.   style标签里的第一个样式 
document.styleSheets[0].rules[0]

79.   防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

80.   上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

81.   释放内存 
CollectGarbage();

82.   禁止右键 
document.oncontextmenu = function() { return false;}

83.   禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

84.   禁止选取<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()> 

85.   禁止粘贴 
<input type=text onpaste="return false">

86.   地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

87.   收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

88.   查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

89.   关闭输入法 
<input style="ime-mode:disabled">

90.   自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

91.   ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

92.   文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

93.   title换行 
obj.title = "123 sdfs "

94.   获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

95.   窗口是否关闭 
win.closed

96.   checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

97.   获取选中内容 
document.selection.createRange().duplicate().text

98.   自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

99.   窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

100.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

101.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

102.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

103.      自动刷新 
<meta HTTP-EQUIV="refresh" CONTENT="8;URL=http://c98.yeah.net">

104.      简单邮件 
<a  href="mailto:[email protected]?subject=ccc&body=xxxyyy"> 

105.      快速转到位置 
obj.scrollIntoView(true)

106.       
<a name="first">
 
<a href="#first">anchors</a>

107.      网页传递参数 
location.search();

108.      可编辑 
obj.contenteditable=true

109.      执行菜单命令 
obj.execCommand

110.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

111.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

112.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

113.      获得style内容 
obj.style.cssText

114.      HTML标签 
document.documentElement.innerHTML

115.      第一个style标签 
document.styleSheets[0]

116.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

117.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

118.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

119.      释放内存 
CollectGarbage();

120.      禁止右键 
document.oncontextmenu = function() { return false;}

121.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

122.      禁止选取<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()> 

123.      禁止粘贴 
<input type=text onpaste="return false">

124.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

125.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

126.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

127.      关闭输入法 
<input style="ime-mode:disabled">

128.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

129.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

130.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

131.      title换行 
obj.title = "123 sdfs "

132.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

133.      窗口是否关闭 
win.closed

134.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

135.      获取选中内容 
document.selection.createRange().duplicate().text

136.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

137.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

138.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

139.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

140.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

141.       
<a name="first">
 
<a href="#first">anchors</a>

142.      网页传递参数 
location.search();

143.      可编辑 
obj.contenteditable=true

144.      执行菜单命令 
obj.execCommand

145.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

146.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

147.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

148.      获得style内容 
obj.style.cssText

149.      HTML标签 
document.documentElement.innerHTML

150.      第一个style标签 
document.styleSheets[0]

151.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

152.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

153.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

154.      释放内存 
CollectGarbage();

155.      禁止右键 
document.oncontextmenu = function() { return false;}

156.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

157.      禁止选取<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()> 

158.      禁止粘贴 
<input type=text onpaste="return false">

159.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

160.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

161.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

162.      关闭输入法 
<input style="ime-mode:disabled">

163.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

164.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

165.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

166.      title换行 
obj.title = "123 sdfs "

167.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

168.      窗口是否关闭 
win.closed

169.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

170.      获取选中内容 
document.selection.createRange().duplicate().text

171.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

172.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

173.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

174.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

175.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

176.      隐藏焦点 
hidefocus=true

177.      根据宽度换行 
style="word-break:break-all"

178.      自动刷新 
<meta HTTP-EQUIV="refresh" CONTENT="8;URL=http://c98.yeah.net">

179.      简单邮件 
<a  href="mailto:[email protected]?subject=ccc&body=xxxyyy"> 

180.      快速转到位置 
obj.scrollIntoView(true)

181.       
<a name="first">
 
<a href="#first">anchors</a>

182.      网页传递参数 
location.search();

183.      可编辑 
obj.contenteditable=true

184.      执行菜单命令 
obj.execCommand

185.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

186.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

187.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

188.      获得style内容 
obj.style.cssText

189.      HTML标签 
document.documentElement.innerHTML

190.      第一个style标签 
document.styleSheets[0]

191.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

192.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

193.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

194.      释放内存 
CollectGarbage();

195.      禁止右键 
document.oncontextmenu = function() { return false;}

196.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

197.      禁止选取<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()> 

198.      禁止粘贴 
<input type=text onpaste="return false">

199.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

200.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

201.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

202.      关闭输入法 
<input style="ime-mode:disabled">

203.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

204.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

205.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

206.      title换行 
obj.title = "123 sdfs "

207.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

208.      窗口是否关闭 
win.closed

209.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

210.      获取选中内容 
document.selection.createRange().duplicate().text

211.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

212.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

213.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

214.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

215.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

216.       
<a name="first">
 
<a href="#first">anchors</a>

217.      网页传递参数 
location.search();

218.      可编辑 
obj.contenteditable=true

219.      执行菜单命令 
obj.execCommand

220.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

221.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

222.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

223.      获得style内容 
obj.style.cssText

224.      HTML标签 
document.documentElement.innerHTML

225.      第一个style标签 
document.styleSheets[0]

226.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

227.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

228.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

229.      释放内存 
CollectGarbage();

230.      禁止右键 
document.oncontextmenu = function() { return false;}

231.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

232.      禁止选取<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()> 

233.      禁止粘贴 
<input type=text onpaste="return false">

234.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

235.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

236.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

237.      关闭输入法 
<input style="ime-mode:disabled">

238.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

239.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

240.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

241.      title换行 
obj.title = "123 sdfs "

242.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

243.      窗口是否关闭 
win.closed

244.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

245.      获取选中内容 
document.selection.createRange().duplicate().text

246.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

247.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

248.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

249.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

250.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

251.      自动刷新 
<meta HTTP-EQUIV="refresh" CONTENT="8;URL=http://c98.yeah.net">

252.      简单邮件 
<a  href="mailto:[email protected]?subject=ccc&body=xxxyyy"> 

253.      快速转到位置 
obj.scrollIntoView(true)

254.       
<a name="first">
 
<a href="#first">anchors</a>

255.      网页传递参数 
location.search();

256.      可编辑 
obj.contenteditable=true

257.      执行菜单命令 
obj.execCommand

258.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

259.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

260.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

261.      获得style内容 
obj.style.cssText

262.      HTML标签 
document.documentElement.innerHTML

263.      第一个style标签 
document.styleSheets[0]

264.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

265.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

266.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

267.      释放内存 
CollectGarbage();

268.      禁止右键 
document.oncontextmenu = function() { return false;}

269.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

270.      禁止选取<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()> 

271.      禁止粘贴 
<input type=text onpaste="return false">

272.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

273.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

274.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

275.      关闭输入法 
<input style="ime-mode:disabled">

276.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

277.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

278.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

279.      title换行 
obj.title = "123 sdfs "

280.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

281.      窗口是否关闭 
win.closed

282.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

283.      获取选中内容 
document.selection.createRange().duplicate().text

284.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

285.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

286.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

287.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

288.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

289.       
<a name="first">
 
<a href="#first">anchors</a>

290.      网页传递参数 
location.search();

291.      可编辑 
obj.contenteditable=true

292.      执行菜单命令 
obj.execCommand

293.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

294.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

295.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

296.      获得style内容 
obj.style.cssText

297.      HTML标签 
document.documentElement.innerHTML

298.      第一个style标签 
document.styleSheets[0]

299.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

300.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

301.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

302.      释放内存 
CollectGarbage();

303.      禁止右键 
document.oncontextmenu = function() { return false;}

304.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

305.      禁止选取<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()> 

306.      禁止粘贴 
<input type=text onpaste="return false">

307.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

308.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

309.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

310.      关闭输入法 
<input style="ime-mode:disabled">

311.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

312.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

313.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

314.      title换行 
obj.title = "123 sdfs "

315.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

316.      窗口是否关闭 
win.closed

317.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

318.      获取选中内容 
document.selection.createRange().duplicate().text

319.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

320.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

321.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

322.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

323.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

324.      并排显示 
display:inline

325.      隐藏焦点 
hidefocus=true

326.      根据宽度换行 
style="word-break:break-all"

327.      自动刷新 
<meta HTTP-EQUIV="refresh" CONTENT="8;URL=http://c98.yeah.net">

328.      简单邮件 
<a  href="mailto:[email protected]?subject=ccc&body=xxxyyy"> 

329.      快速转到位置 
obj.scrollIntoView(true)

330.       
<a name="first">
 
<a href="#first">anchors</a>

331.      网页传递参数 
location.search();

332.      可编辑 
obj.contenteditable=true

333.      执行菜单命令 
obj.execCommand

334.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

335.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

336.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

337.      获得style内容 
obj.style.cssText

338.      HTML标签 
document.documentElement.innerHTML

339.      第一个style标签 
document.styleSheets[0]

340.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

341.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

342.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

343.      释放内存 
CollectGarbage();

344.      禁止右键 
document.oncontextmenu = function() { return false;}

345.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

346.      禁止选取<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()> 

347.      禁止粘贴 
<input type=text onpaste="return false">

348.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

349.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

350.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

351.      关闭输入法 
<input style="ime-mode:disabled">

352.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

353.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

354.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

355.      title换行 
obj.title = "123 sdfs "

356.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

357.      窗口是否关闭 
win.closed

358.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

359.      获取选中内容 
document.selection.createRange().duplicate().text

360.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

361.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

362.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

363.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

364.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

365.       
<a name="first">
 
<a href="#first">anchors</a>

366.      网页传递参数 
location.search();

367.      可编辑 
obj.contenteditable=true

368.      执行菜单命令 
obj.execCommand

369.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

370.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

371.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

372.      获得style内容 
obj.style.cssText

373.      HTML标签 
document.documentElement.innerHTML

374.      第一个style标签 
document.styleSheets[0]

375.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

376.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

377.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

378.      释放内存 
CollectGarbage();

379.      禁止右键 
document.oncontextmenu = function() { return false;}

380.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

381.      禁止选取<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()> 

382.      禁止粘贴 
<input type=text onpaste="return false">

383.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

384.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

385.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

386.      关闭输入法 
<input style="ime-mode:disabled">

387.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

388.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

389.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

390.      title换行 
obj.title = "123 sdfs "

391.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

392.      窗口是否关闭 
win.closed

393.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

394.      获取选中内容 
document.selection.createRange().duplicate().text

395.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

396.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

397.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

398.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

399.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

400.      自动刷新 
<meta HTTP-EQUIV="refresh" CONTENT="8;URL=http://c98.yeah.net">

401.      简单邮件 
<a  href="mailto:[email protected]?subject=ccc&body=xxxyyy"> 

402.      快速转到位置 
obj.scrollIntoView(true)

403.       
<a name="first">
 
<a href="#first">anchors</a>

404.      网页传递参数 
location.search();

405.      可编辑 
obj.contenteditable=true

406.      执行菜单命令 
obj.execCommand

407.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

408.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

409.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

410.      获得style内容 
obj.style.cssText

411.      HTML标签 
document.documentElement.innerHTML

412.      第一个style标签 
document.styleSheets[0]

413.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

414.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

415.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

416.      释放内存 
CollectGarbage();

417.      禁止右键 
document.oncontextmenu = function() { return false;}

418.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

419.      禁止选取<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()> 

420.      禁止粘贴 
<input type=text onpaste="return false">

421.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

422.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

423.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

424.      关闭输入法 
<input style="ime-mode:disabled">

425.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

426.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

427.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

428.      title换行 
obj.title = "123 sdfs "

429.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

430.      窗口是否关闭 
win.closed

431.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

432.      获取选中内容 
document.selection.createRange().duplicate().text

433.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

434.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

435.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

436.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

437.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

438.       
<a name="first">
 
<a href="#first">anchors</a>

439.      网页传递参数 
location.search();

440.      可编辑 
obj.contenteditable=true

441.      执行菜单命令 
obj.execCommand

442.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

443.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

444.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

445.      获得style内容 
obj.style.cssText

446.      HTML标签 
document.documentElement.innerHTML

447.      第一个style标签 
document.styleSheets[0]

448.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

449.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

450.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

451.      释放内存 
CollectGarbage();

452.      禁止右键 
document.oncontextmenu = function() { return false;}

453.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

454.      禁止选取<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()> 

455.      禁止粘贴 
<input type=text onpaste="return false">

456.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

457.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

458.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

459.      关闭输入法 
<input style="ime-mode:disabled">

460.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

461.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

462.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

463.      title换行 
obj.title = "123 sdfs "

464.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

465.      窗口是否关闭 
win.closed

466.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

467.      获取选中内容 
document.selection.createRange().duplicate().text

468.      自动完成功能 
<input  type=text  autocomplete=on>
打开该功能  
<input  type=text  autocomplete=off>
关闭该功能   

469.      窗口最大化 
<body onload="window.resizeTo(window.screen.width - 4,window.screen.height-50);window.moveTo(-4,-4)">

470.      无关闭按钮IE 
window.open("aa.htm", "meizz", "fullscreen=7");

471.      统一编码/解码 
alert(decodeURIComponent(encodeURIComponent("http://你好.com?as=
 hehe"))) 
encodeURIComponent
":""/"";" "?"也编码

472.      表格行指示 
<tr onmouseover="this.bgColor='#f0f0f0'" onmouseout="this.bgColor='#ffffff'">

                        i.             
//各种尺寸

                  ii.              s  +=  "\r\n网页可见区域宽:"+  document.body.clientWidth;   
s  +=  
"\r\n网页可见区域高:"+  document.body.clientHeight;   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetWeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页可见区域高:"+  document.body.offsetHeight  +"  (包括边线的宽)";   
s  +=  
"\r\n网页正文全文宽:"+  document.body.scrollWidth;   
s  +=  
"\r\n网页正文全文高:"+  document.body.scrollHeight;   
s  +=  
"\r\n网页被卷去的高:"+  document.body.scrollTop;   
s  +=  
"\r\n网页被卷去的左:"+  document.body.scrollLeft;   
s  +=  
"\r\n网页正文部分上:"+  window.screenTop;   
s  +=  
"\r\n网页正文部分左:"+  window.screenLeft;   
s  +=  
"\r\n屏幕分辨率的高:"+  window.screen.height;   
s  +=  
"\r\n屏幕分辨率的宽:"+  window.screen.width;   
s  +=  
"\r\n屏幕可用工作区高度:"+  window.screen.availHeight;   
s  +=  
"\r\n屏幕可用工作区宽度:"+  window.screen.availWidth;  

473.      隐藏焦点 
hidefocus=true

474.      根据宽度换行 
style="word-break:break-all"

475.      自动刷新 
<meta HTTP-EQUIV="refresh" CONTENT="8;URL=http://c98.yeah.net">

476.      简单邮件 
<a  href="mailto:[email protected]?subject=ccc&body=xxxyyy"> 

477.      快速转到位置 
obj.scrollIntoView(true)

478.       
<a name="first">
 
<a href="#first">anchors</a>

479.      网页传递参数 
location.search();

480.      可编辑 
obj.contenteditable=true

481.      执行菜单命令 
obj.execCommand

482.      双字节字符 
/[^\x00-\xff]/
 
汉字 
/[\u4e00-\u9fa5]/

483.      让英文字符串超出表格宽度自动换行 
word-wrap: break-word; word-break: break-all;

484.      透明背景 
<IFRAME src="1.htm" width=300 height=180 allowtransparency></iframe>

485.      获得style内容 
obj.style.cssText

486.      HTML标签 
document.documentElement.innerHTML

487.      第一个style标签 
document.styleSheets[0]

488.      style标签里的第一个样式 
document.styleSheets[0].rules[0]

489.      防止点击空链接时,页面往往重置到页首端。 
<a href="javascript:function()">word</a>

490.      上一网页源 
asp:
 
request.servervariables("HTTP_REFERER")
 
javascript:
 
document.referrer

491.      释放内存 
CollectGarbage();

492.      禁止右键 
document.oncontextmenu = function() { return false;}

493.      禁止保存 
<noscript><iframe src="*.htm"></iframe></noscript>

494.      禁止选取<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()> 

495.      禁止粘贴 
<input type=text onpaste="return false">

496.      地址栏图标 
<link rel="Shortcut Icon" href="favicon.ico">
 
favicon.ico
名字最好不变16*1616,放虚拟目录根目录下

497.      收藏栏图标 
<link rel="Bookmark" href="favicon.ico">

498.      查看源码 
<input type=button value=
查看网页源代码 onclick="window.location = 'view-source:'+ 'http://www.csdn.net/'">

499.      关闭输入法 
<input style="ime-mode:disabled">

500.      自动全选 
<input type=text name=text1 value="123" onfocus="this.select()">

501.      ENTER键可以让光标移到下一个输入框 
<input onkeydown="if(event.keyCode==13)event.keyCode=9">

502.      文本框的默认值 
<input type=text value="123" onfocus="alert(this.defaultValue)">

503.      title换行 
obj.title = "123 sdfs "

504.      获得时间所代表的微秒 
var n1 = new Date(" 2004-10-10 ".replace(/-/g, "\/")).getTime()

505.      窗口是否关闭 
win.closed

506.      checkbox扁平 
<input type=checkbox style="position: absolute; clip:rect(5px 15px 15px 5px)"><br>

507.      获取选中内容 

你可能感兴趣的:(js)