Français
<HTML> <HEAD> <TITLE></TITLE> <META content="text/html; charset=gb2312" http-equiv=Content-Type> <META content="MSHTML 5.00.2920.0" name=GENERATOR> <script > <!-- // fonction de l'objet menu contextMenu() { this.items = new Array(); this.addItem = fonction (élément) { this.items[this.items.length] = élément ; } this.show = function (oDoc) { var strShow = ""; var je; strShow = "<div id="rightmenu" style="COULEUR DE FOND : #ffffff; BORDURE : #000000 1px solide ; GAUCHE : 0 px ; POSITION : absolue ; HAUT : 0px ; VISIBILITÉ : cachée ; INDEX Z : 10">" ; strShow += "<table border="0" height=""; strShow += this.items.length * 20; strShow += "" cellpadding="0" Cellpacing="0" >"; strShow += "<tr height="3"><td bgcolor="#d0d0ce" width="2"></td><td>"; strShow += "<table border="0" width="100%" height="100%" cellpadding=0 cellpacing=0 bgcolor="#ffffff">"; strShow += "<tr><td bgcolor="#d0d0ce" width="23"></td><td><img src=" " height="1" border= "0"></td></tr></table>"; strShow += "</td><td width="2"></td></tr>"; strShow += "<tr><td bgcolor="#d0d0ce"></td><td>"; strShow += "<table border="0" width="100%" height="100%" cellpadding=3 cellpacing=0 bgcolor="#ffffff">"; oDoc.write(strShow); for(i=0; i<this.items.length; i++) { this.items[i].show(oDoc); } strShow = "</table></td><td></td></tr>"; strShow += "<tr height="3"><td bgcolor="#d0d0ce"></td><td>"; strShow += "<table border="0" width="100%" height="100%" cellpadding=0 cellpacing=0 bgcolor="#ffffff">"; strShow += "<tr><td bgcolor="#d0d0ce" width="23"></td><td><img src=" " height="1" border= "0"></td></tr></table>"; strShow += "</td><td></td></tr>"; strShow += "</table></div>n"; oDoc.write(strShow); } } // fonction de l'objet élément de menu contextItem(texte, icône, cmd, type) { this.text = text ? texte : ""; this.icon = icône ? icône : ""; this.cmd = cmd ? cmd : ""; this.type = type ? tapez : "menu"; this.show = function (oDoc) { var strShow = ""; if(this.type == "menu") { strShow += "<tr "; strShow += "onmouseover="changeStyle(this, 'on');" "; strShow += "onmouseout="changeStyle(this, 'out');" "; strShow += "onclick=""; strShow += this.cmd; strShow += "">"; strShow += "<td class="ltdexit" width="16">"; if (this.icon == "") strShow += " "; else { strShow += "<img border="0" src=""; strShow += this.icon; strShow += "" width="16" height="16" style= "POSITION : relative"></img>"; } strShow += "</td><td class="mtdexit">"; strShow += this.text; strShow += "</td><td class="rtdexit" width="5"> </td></tr>"; } else if (this.type == "separator") { strShow += "<tr><td class="ltdexit"> </td>"; strShow += "<td class="mtdexit" colspan="2"><hr color="#000000" size="1"></td></tr>"; } oDoc.write(strShow); } } function changeStyle(obj, cmd) { if(obj) try { var imgObj = obj.children(0).children(0); if(cmd == 'on') { obj.children(0).className = "ltdfocus"; obj.children(1).className = "mtdfocus"; obj.children(2).className = "rtdfocus"; if(imgObj) { if(imgObj.tagName.toUpperCase() == "IMG") { imgObj.style.left = "-1px"; imgObj.style.top = "-1px"; } } } else if(cmd == 'out') { obj.children(0).className = "ltdexit"; obj.children(1).className = "mtdexit"; obj.children(2).className = "rtdexit"; if(imgObj) { if(imgObj.tagName.toUpperCase() == "IMG") { imgObj.style.left = "0px"; imgObj.style.top = "0px"; } } } } catch (e) {} } function showMenu() { var x, y, w, h, ox, oy; x = événement.clientX ; y = événement.clientY; var obj = document.getElementById("rightmenu"); if (obj == null) renvoie vrai ; boeuf = document.body.clientWidth; oy = document.body.clientHeight; if(x > ox || y > oy) renvoie false ; w = obj.offsetWidth; h = obj.offsetHeight; si((x + w) > bœuf) x = x - w; si ((y + h) > oy) y = y - h; obj.style.posLeft = x + document.body.scrollLeft; obj.style.posTop = y + document.body.scrollTop ; obj.style.visibility = "visible"; renvoie faux ; } function hideMenu() { if(event.button == 0) { var obj = document.getElementById("rightmenu"); if (obj == null) renvoie vrai ; obj.style.visibility = "caché" ; obj.style.posLeft = 0 ; obj.style.posTop = 0 ; } } function writeStyle() { var strStyle = ""; strStyle += "<STYLE type=text/css>"; strStyle += "TABLE {FONT-FAMILY: "Tahoma","Verdana","宋体"; FONT-SIZE: 9pt}"; strStyle += ".mtdfocus {BACKGROUND-COLOR : #ccccff ; BORDER-BOTTOM : #000000 1px solid ; BORDER-TOP : #000000 1px solid ; CURSEUR : main}" ; strStyle += ".mtdexit {COULEUR DE FOND : #ffffff ; BORDURE-BAS : #ffffff 1px solide ; BORDURE-TOP : #ffffff 1px solide}" ; strStyle += ".ltdfocus {BACKGROUND-COLOR : #ccccff ; BORDER-BOTTOM : #000000 1px solid ; BORDER-TOP : #000000 1px solid ; BORDER-LEFT : #000000 1px solid ; CURSEUR : main}" ; strStyle += ".ltdexit {COULEUR DE FOND : #d0d0ce ; BORDURE-BAS : #d0d0ce 1px solide ; BORDURE-HAUT : #d0d0ce 1px solide ; BORDURE-GAUCHE : #d0d0ce 1px solide}" ; strStyle += ".rtdfocus {BACKGROUND-COLOR : #ccccff ; BORDER-BOTTOM : #000000 1px solid ; BORDER-TOP : #000000 1px solid ; BORDER-RIGHT : #000000 1px solid ; CURSEUR : main}" ; strStyle += ".rtdexit {COULEUR DE FOND : #ffffff ; BORDURE-BAS : #ffffff 1px solide ; BORDURE-TOP : #ffffff 1px solide ; BORDURE-DROITE : #ffffff 1px solide}" ; strStyle += "</STYLE>"; document.write(strStyle); } function makeMenu() { var monMenu, élément ; var homepage_cmd = "this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.downcodes.com/'); return false;"; var favorate_cmd = "window.external.addFavorite('http://www.downcodes.com/','建站学院'); return false;"; var viewcode_cmd = "window.location = 'view-source:' + window.location.href"; monMenu = nouveau contextMenu(); item = new contextItem("返回主页", "", "top.location='http://www.downcodes.com/';", "menu"); monMenu.addItem(élément); item = new contextItem("设为主页", "", homepage_cmd, "menu"); monMenu.addItem(élément); item = new contextItem("添加到收藏夹", "", favorate_cmd, "menu"); monMenu.addItem(élément); item = new contextItem("联系作者", "", "location.href='mailto:info@downcodes.com'", "menu"); monMenu.addItem(élément); item = new contextItem("", "", "", "séparateur"); monMenu.addItem(élément); item = new contextItem("察看源码", "", viewcode_cmd, "menu"); monMenu.addItem(élément); monMenu.show(ce.document); supprimer un élément ; supprimer monMenu ; } function toggleMenu(isEnable) { if(isEnable) document.oncontextmenu = showMenu; sinon document.oncontextmenu = new function() {return true;}; } writeStyle(); makeMenu(); document.onclick = hideMenu; document.oncontextmenu = showMenu; file://--> </script> </HEAD> <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> <table border="0" width="100% " height="100%" cellpadding="0" Cellpacing="3"> <tr><td valign="top"> <div id="docBoard" style="width: 100%"> 超酷的XP风格的网页右键菜单特效代码http://www.downcodes.com/htmldata/sort/5.html </div> </td> <td valign="top" align="right"> <p><type d'entrée ="checkbox" name="closerm" onclick="toggleMenu(!this.checked);">关闭右键菜单</p> </td> </tr> </table> </body> </HTML>