- 1、本文档共27页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
实用的js代码(国外英文资料)
实用的js代码(国外英文资料)
Oncontextmenu = window.event.returnvalue = false will completely block the right mouse button
table border oncontextmenu = return (false) td no / table can be used for table
body onselectstart = return false cancels and prevents replication
The onpaste = return false is not allowed
Oncopy = return false. Oncut = return false; To prevent copying
link rel = Shortcut Icon href = favicon.ico for your own Icon in front of the IE address bar
link rel = Bookmark href = favicon.ico () can display your icon in the favorites
input style = ime-mode: -disabled closes the input method
Always have a framework
script language = javascript ! --
If (= = ) (). / / frame.htm is the framework page
/ / / script
Stop being frame
SCRIPT LANGUAGE = javascript ! --
In the case of the top.
/ / / SCRIPT
Web pages will not be saved
noscript iframe SRC = *.html / iframe / noscript
input type = button value = see the source code
Onclick = window location = ` view - source: / ` ` +;
Confirm when deleting
a href = ` javascript: the if (confirm ( really want to delete? location = boos. Asp? areyou = remove page = 1 ` delete
In addition to / a
Get the absolute location of the control
/ / javascript
script language = javascript
The function getIE (E) {
Var t = e.o ffsetTop;
Var l = e.o ffsetLeft;
While (e = e.o ffsetParent) {
T + = e.o ffsetTop;
L + = e.o ffsetLeft;
}
Alert ( top = + t +/nleft = + l);
}
/ script
/ / VBScript
script language = VBScript. --
The function getIE ()
Dim the t, l, a, b,
Set a = document. All. Img1
T = document. All. Img1. OffsetTop
L = document. All. Img1. OffsetLeft
While a.t agName BODY
Set a = a.o ffsetParent
T = t + a.o ffsetTop
L = l + a.o ffsetLeft
wend
Msgbox top = tchr (13) left = l, 64, get control
End the function
Minus / script
The cursor is at the end of the text box
script language = javascript
The function of cc ()
{
Var e = event.srcelement;
Var r = e.c reateTextRange ();
R.m oveStart (` cha
您可能关注的文档
- 品尚汽车之提车必备手册(国外英文资料).doc
- 售后服务:企业与用户的润滑剂(国外英文资料).doc
- 商场如战场,营销主动出击必胜五大方略!(国外英文资料).doc
- 四、汽车常见故障处理-多选题(国外英文资料).doc
- 嘉陵摩托车保养(国外英文资料).doc
- 四副牌升级拖拉机规则(国外英文资料).doc
- 四年级奥数(国外英文资料).doc
- 四轮定位各参数对汽车的影响(国外英文资料).doc
- 四档自动变速器(国外英文资料).doc
- 四川驾照考试题(国外英文资料).doc
- 第18讲 第17课 西晋的短暂统一和北方各族的内迁.docx
- 第15讲 第14课 沟通中外文明的“丝绸之路”.docx
- 第13课时 中东 欧洲西部.doc
- 第17讲 第16 课三国鼎立.docx
- 第17讲 第16课 三国鼎立 带解析.docx
- 2024_2025年新教材高中历史课时检测9近代西方的法律与教化含解析新人教版选择性必修1.doc
- 2024_2025学年高二数学下学期期末备考试卷文含解析.docx
- 山西版2024高考政治一轮复习第二单元生产劳动与经营第5课时企业与劳动者教案.docx
- 第16讲 第15课 两汉的科技和文化 带解析.docx
- 第13课 宋元时期的科技与中外交通.docx
文档评论(0)