中文(繁体)
<!-- 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="非常獨特的彈出式選單導航腳本,在頁面的任意位置使用左鍵點擊都可以彈出選單。 ; 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>