English
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Add the following code to the <head> area. Note: Picture selection--> <html> <head> <title>Website Academy special effects code->>Click the mouse to pop up the menu</title> <meta name="keywords" content="popmenu,pop,navigation,navigator, menu, menu, navigation, navigation menu, pop-up, pop-up, pop-up menu"> <meta name="description" content="A very unique pop-up menu navigation script, which can pop up by left-clicking anywhere on the page Menu. "> <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 nnThis file cannot be retrieved via Teleport Pro because the address is on a path outside a domain or boundary set for its start address. nnDo you want Open it from the server?'))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>Popup menu< /td> </tr> <tr> <td><a href="javascript:if(confirm('http://www.downcodes.com/ nnThis file cannot be retrieved through Teleport Pro because the address On a path external to a domain or boundary set for its start address.nnDo you want to open it from the server?'))window.location='http://www.downcodes.com/'" tppabs="http://www.downcodes.com/" class="cc">Webpage teaching</a></td> </tr> <tr> <td><a href="http://www .downcodes.com/web" tppabs="http://www.downcodes.com/web" class="cc">Page 1</a></td> </tr> <tr> <td>< a href="http://www.downcodes.com/flash" tppabs="http://www.downcodes.com/flash" class="cc">Page 2</a></td> </ tr> <tr> <td><a href="http://www.downcodes.com/js" tppabs="http://www.downcodes.com/js" class="cc">Page 3< /a></td> </tr> <tr> <td><a href="http://www.downcodes.com/jianzhan" tppabs="http://www.downcodes.com/jianzhan" class ="cc">Page 4</a></td> </tr> <tr> <td><a href="http://www.downcodes.com/program" tppabs="http:// www.downcodes.com/program" class="cc">Page 5</a></td> </tr> <tr> <td><a href="http://www.downcodes.com/ bbs" tppabs="http://www.downcodes.com/bbs" class="cc">Page 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">Get menu out of thin air</font></p> <hr> < p align="center">Don't think there is nothing here, <font color="yellow">click the left mouse button anywhere to take a look. </font></p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> </body> </p> html>