熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Java編程 >> JSP教程 >> 正文

可以參考的一些JAVASCRIPT技術

2022-06-13   來源: JSP教程 
事件源對象
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>
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/19155.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.