Version compl�te: jsB@nk » Menu » Right click menu » Cliquez sur le menu de droite Dynamic
URL: https://www.javascriptbank.com/dynamic-right-click-menu.html
Un autre script pour afficher un custom JavaScript menu à la place du contexte par défaut JavaScript menu lorsque vous clic droit la souris, avec cette JavaScript.
Version compl�te: jsB@nk » Menu » Right click menu » Cliquez sur le menu de droite Dynamic
URL: https://www.javascriptbank.com/dynamic-right-click-menu.html
<STYLE type=text/css>A.c12a {COLOR: white; FONT-STYLE: italic; FONT-WEIGHT: bold; TEXT-DECORATION: none}</STYLE><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->
<SCRIPT language=JavaScript type=text/javascript><!-- window.document.oncontextmenu=function no(){ with(window.document){ all['tid'].style.left=event.clientX; all['tid'].style.top=event.clientY; document.all['tid'].filters[0].Apply(); document.all['tid'].style.visibility='visible'; document.all['tid'].filters[0].Play();} return false;}function none(){ document.all['tid'].style.visibility='hidden';} //--></SCRIPT><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->
<TABLE border=1 id=tid style="BACKGROUND-COLOR: darkred; FILTER: progid:DXImageTransform.Microsoft.Barn( motion=out,orientation=vertical); POSITION: absolute; VISIBILITY: hidden"> <TBODY> <TR> <TD style="COLOR: white; FONT-SIZE: 16px; FONT-WEIGHT: bold; TEXT-ALIGN: center">DYNAMIC MENU</TD></TR> <TR> <TD><A class=c12a href="javascript:window.history.go(-1)" onmouseout='this.style.backgroundColor="darkred";this.style.color="white"' onmouseover='this.style.backgroundColor="red";this.style.color="lightyellow"'>Back<B style="VISIBILITY: hidden">.....................</B></A></TD></TR> <TR> <TD><A class=c12a href="javascript:window.history.go(+1)" onmouseout='this.style.backgroundColor="darkred";this.style.color="white"' onmouseover='this.style.backgroundColor="red";this.style.color="lightyellow"'>Foward <B style="VISIBILITY: hidden">................</B></A></TD></TR> <TR> <TD><A class=c12a href="javascript:window.history.go(0)" onmouseout='this.style.backgroundColor="darkred";this.style.color="white"' onmouseover='this.style.backgroundColor="red";this.style.color="lightyellow"'>Refresh<B style="VISIBILITY: hidden">.................</B></A></TD></TR></TBODY></TABLE><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->