中文(简体)
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--把如下代码加入到<head>区域中.注意:图片自选--> <html> <head> <title>建站学院特效代码->>单击鼠标弹出菜单</title> <meta name="keywords" content="popmenu,pop,navigation,navigator,menu,菜单,导航,导航菜单,弹出式,弹出,弹出菜单"> <meta name="description" content="非常独特的弹出式菜单导航脚本,在页面的任意位置使用左键单击都可以弹出菜单。"> <style type="text/css"> body { font: 9pt "宋体"; margintop: 0px ; color: #ffffff; background: #000000} a. { font: 9pt "宋体"; cursor: hand; font-size: 9pt ; color: #ffffff; text-decoration: none } a:active { font: 9pt "宋体"; cursor: hand; color: #FF0033 } a.cc:hover { font: 9pt "宋体"; cursor: hand; color: #FF0033} .box { font: 9pt "宋体"; position: absolute; background: #000000 } </style> <style fprolloverstyle>A:hover {color: #000000} </style> </head> <body marginwidth="0" marginheight="0" topmargin="0" link="#FFFFFF" vlink="#FFFFFF" bgcolor="#008000"> <a HREF="javascript:if(confirm('http://www.downcodes.com nn这个文件不能通过 Teleport Pro 取回, 因为 地址在一个域或为它的开始地址设定的边界的外部路径上. nn你想从服务器打开它吗?'))window.location='http://www.downcodes.com'" tppabs="http://www.downcodes.com" target="_blank"> <p align="center"></a> </p> <div align="center"><center> <table id="itemopen" class="box" style="display:none"> <tr> <td>弹出菜单</td> </tr> <tr> <td><a href="javascript:if(confirm('http://www.downcodes.com/ nn这个文件不能通过 Teleport Pro 取回, 因为 地址在一个域或为它的开始地址设定的边界的外部路径上. nn你想从服务器打开它吗?'))window.location='http://www.downcodes.com/'" tppabs="http://www.downcodes.com/" class="cc">网页教学</a></td> </tr> <tr> <td><a href="http://www.downcodes.com/web" tppabs="http://www.downcodes.com/web" class="cc">第1页</a></td> </tr> <tr> <td><a href="http://www.downcodes.com/flash" tppabs="http://www.downcodes.com/flash" class="cc">第2页</a></td> </tr> <tr> <td><a href="http://www.downcodes.com/js" tppabs="http://www.downcodes.com/js" class="cc">第3页</a></td> </tr> <tr> <td><a href="http://www.downcodes.com/jianzhan" tppabs="http://www.downcodes.com/jianzhan" class="cc">第4页</a></td> </tr> <tr> <td><a href="http://www.downcodes.com/program" tppabs="http://www.downcodes.com/program" class="cc">第5页</a></td> </tr> <tr> <td><a href="http://www.downcodes.com/bbs" tppabs="http://www.downcodes.com/bbs" class="cc">第6页</a></td> </tr> </table> </center></div><!-- End of Popup Menu --> <script language="JavaScript"> document.onclick = popUp function popUp() { newX = window.event.x + document.body.scrollLeft newY = window.event.y + document.body.scrollTop menu = document.all.itemopen if ( menu.style.display == ""){ menu.style.display = "none" } else { menu.style.display = ""} menu.style.pixelLeft = newX - 50 menu.style.pixelTop = newY - 50 } </script> <p align="center"><font size="5">凭空取菜单</font></p> <hr> <p align="center">别以为这里什么都没有,<font color="yellow">在任意位置单击鼠标左键看看。</font></p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> </body> </html>