大雀软件园

首页 软件下载 安卓市场 苹果市场 电脑游戏 安卓游戏 文章资讯 驱动下载
技术开发 网页设计 图形图象 数据库 网络媒体 网络安全 站长CLUB 操作系统 媒体动画 安卓相关
当前位置: 首页 -> 技术开发 -> Script -> 点击右键就弹出一个菜单

点击右键就弹出一个菜单

时间: 2021-07-31 作者:daque

第一步:把底下代码放到<head></head>中(这边不妨窜改菜单的款式)。<style><!--.skin0{position:absolute;width:200px;border:2px solid black;background-color:menu;font-family:verdana;line-height:20px;cursor:default;visibility:hidden;}.skin1{cursor: default;font: menutext;position: absolute;width: 165px;background-color: menu;border: 1 solid buttonface;visibility:hidden;border: 2 outset buttonhighlight;}.menuitems{padding-left:15px;padding-right:10px;}--></style>第二步:底下代码放到:<body></body>间 <script language="javascript1.2">//set the skin of the menu (0 or 1, with 1 rendering a default windows menu like skin)var menuskin=1//set this variable to 1 if you wish the urls of the highlighted menu to be displayed in the status barvar display_url=0function showmenuie5(){//find out how close the mouse is to the corner of the windowvar rightedge=document.body.clientwidth-event.clientxvar bottomedge=document.body.clientheight-event.clienty//if the horizontal distance isn"t enough to accomodate the width of the context menuif (rightedge<ie5menu.offsetwidth)//move the horizontal position of the menu to the left by it"s widthie5menu.style.left=document.body.scrollleft+event.clientx-ie5menu.offsetwidthelse//position the horizontal position of the menu where the mouse was clickedie5menu.style.left=document.body.scrollleft+event.clientx//same concept with the vertical positionif (bottomedge<ie5menu.offsetheight)ie5menu.style.top=document.body.scrolltop+event.clienty-ie5menu.offsetheightelseie5menu.style.top=document.body.scrolltop+event.clientyie5menu.style.visibility="visible"return false}function hidemenuie5(){ie5menu.style.visibility="hidden"}function highlightie5(){if (event.srcelement.classname=="menuitems"){event.srcelement.style.backgroundcolor="highlight"event.srcelement.style.color="white"if (display_url==1)window.status=event.srcelement.url}}function lowlightie5(){if (event.srcelement.classname=="menuitems"){event.srcelement.style.backgroundcolor=""event.srcelement.style.color="black"window.status=""}}function jumptoie5(){if (event.srcelement.classname=="menuitems"){if (event.srcelement.getattribute("target")!=null)window.open(event.srcelement.url,event.srcelement.getattribute("target"))elsewindow.location=event.srcelement.url}}</script><!--[if ie]><div id="ie5menu" class="skin0" onmouseover="highlightie5()" onmouseout="lowlightie5()" onclick="jumptoie5()"><div class="menuitems" url="http://www.chinabs.net">★华夏bs网★</div><div class="menuitems" url="http://www.sohu.com" target="_blank">搜狐探求引擎</div><div class="menuitems" url="http://www.fanso.com">化云坊fanso</div><div class="menuitems" url="http://www.163.com">网易探求引擎</div><div class="menuitems" url="http://www.chinafootball.com">华夏足球消息网</div><div class="menuitems" url="http://www.365fm.com">设想网站</div><![endif]--><script language="javascript1.2">if (document.all&&window.print){if (menuskin==0)ie5menu.classname="skin0"elseie5menu.classname="skin1"document.oncontextmenu=showmenuie5document.body.onclick=hidemenuie5}</script>证明:提防窜改链接。

热门阅览

最新排行

Copyright © 2019-2021 大雀软件园(www.daque.cn) All Rights Reserved.