Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
84 lines (77 sloc)
2.38 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=big5"> | |
| <meta http-equiv="Content-Language" content="zh-tw"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> | |
| <meta name="ProgId" content="FrontPage.Editor.Document"> | |
| <meta name="Microsoft Border" content="none"> | |
| <title>Menu</title> | |
| <base target="main"> | |
| </head> | |
| <body background="back.jpg"> | |
| <script language="javascript"> | |
| function selChange(theSel,baseURL,targetWin) | |
| { | |
| var currSel=theSel.selectedIndex; | |
| if(currSel==0) | |
| return; | |
| var currURL=theSel.options[currSel].value; | |
| baseURL=baseURL.substring(0,baseURL.lastIndexOf("/")+1); | |
| targetWin.location.href=baseURL+currURL; | |
| theSel.selectedIndex=0; | |
| } | |
| </script> | |
| <table border="1" width="100%" cellpadding="0" cellspacing="0" height="328"> | |
| <tr> | |
| <td width="100%" align="center" height="18"> | |
| <p align="center"> | |
| <marquee behavior="alternate">((( 歡迎光臨本站 | |
| )))</marquee> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"> | |
| <p align="center"><a href="package/product.asp">產品資訊</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"><a href="package/studyapy.asp">最新課程</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"><a href="package/download.asp">檔案下載</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"><a href="package/web.asp">網際同好</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"><a href="package/message.asp">討論區</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"><a href="package/opinion.asp">意見箱</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"><a href="package/faq.asp">問與答</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"><a href="playgame.htm">線上遊戲</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"><a href="images/index.htm">流行資訊</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"> </td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"> </td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"> </td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"><a href="package/logon.asp">使用者登錄</a></td> | |
| </tr> | |
| <tr> | |
| <td width="100%" align="center" height="20"> </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |