資源描述:
《javascript常用技巧匯總》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫(kù)。
1、JavaScript常用技巧匯總(一).確認(rèn)刪除用法:?1.BtnDel.Attributes.Add("onclick","returnconfirm('"+"確認(rèn)刪除?"+"')");?2.linktempDelete.Attributes["onclick"]="javascript:return?confirm('"+"確認(rèn)刪除?"+"');";?3.privatevoidgrdProject_ItemDataBound(objectsender,DataGridItemEventArgse)?4.?{if((e.Item.ItemT
2、ype==ListItemType.Item)
3、(e.Item.ItemType==ListItemType.AlternatingItem)){?//刪除按鈕上的提示部分?e.Item.Cells[10].Attributes.Add("onclick","returnconfirm('確定刪除嗎?');");}??}?5.??functiondelete_y(e)????{??if(event.srcElement.outerText==
4、"刪除")????event.returnValue=confirm("確定刪除?");}document.onclick=delete_y;??(二).跨語(yǔ)言字符串替換??System.Text.RegularExpressions.Regex.Replace(str1,@"<{1}[^<>]*>{1}","").Replace(" ","").Replace("\","\").Replace("-","-").Replace("&","&").Replace("<","<")
5、.Replace(">",">").Replace("br","");(三).關(guān)閉窗體?1.???this.btnClose.Attributes.Add("onclick",?"window.close();returnfalse;");?2.關(guān)閉本窗體間跳轉(zhuǎn)到另一個(gè)頁(yè)面???this.HyperLink1.NavigateUrl="javascript:onclick=window.opener.location.assign????('"+"index.aspx"+"?&Func=Edit&AutoID="+intAutoid
6、+');window.close();";?3.關(guān)閉父窗體:???'onclick="window.parent.close()"?Class="Button">?4.關(guān)閉本彈出窗體,并刷新父頁(yè)面???this.Response.Write("window.opener.location.reload();window.close();");(四).WebMessageBox??1.?
7、??Response.Write("window.alert('保存成功1');");?2.???Response.Write("");?3.???this.Page.RegisterStartupScript("ChiName","alert('"+"保存成功!"+"')");(五).DataGrid中加CheckBox
8、控件模板列.?請(qǐng)看:?http://blog.csdn.net/chengking/archive/2005/10/08/497520.aspx(六).window.open()方法語(yǔ)法:window.open(pageurl,name,parameters);window對(duì)象的open()方法用于創(chuàng)建一個(gè)新的窗口實(shí)例,新創(chuàng)建的窗口的外觀由參數(shù):parameters指定。新窗口中打開(kāi)的文檔由參數(shù):????pageurl指定。系統(tǒng)能夠根據(jù)參數(shù):name確定的名稱訪問(wèn)該窗口。????下表為parameters參數(shù)表:????參數(shù)?????衩始值?
9、????說(shuō)明????alwaysLoweredyes/no指定窗口隱藏在所有窗口之下。????alwaysRaisedyes/no指定窗口浮在所有窗口之上。????