※ 音樂選擇播放 ※
|
<body topmargin="3" leftmargin="0" background="jpg/01_bkg1.jpg"> <script> <!-- Activate Cloaking Device var browser_check=""; if(navigator.appName=="Netscape" && parseInt(navigator.appVersion)>=3) browser_check="n3_or_better"; if(navigator.appName.substring(0,9)=="Microsoft") browser_check="msie"; function playSong(selection) { if (browser_check=="n3_or_better" || browser_check=="msie") window.location.href=selection; else alert("\nSorry but this sound scheme is NOT supported by your browser."); } // Called by View Source button - displays text file of source. function viewSource() { alert("\nA text file with source will be loaded to the full window.\n\nUse your browser BACK button to return to the examples."); top.window.location.href="java"; } // Called by About This button function about() { alert("\nOf course, this example requires sound capabilities.\n\nOnly Netscape 3 or better and MSIE are allowed access to this sound scheme."); } // Deactivate Cloaking --> </script> <div align="center"><center> <table border="0"> <tr> <td><input type="button" value="音樂欣賞 (1)" onclick="playSong('midi/1.mid')"></td> <td><input type="button" value="音樂欣賞 (2)" onclick="playSong('midi/2.mid')"></td> <td><input type="button" value="音樂欣賞 (3)" onclick="playSong('midi/3.mid')"></td> <td><input type="button" value="音樂欣賞 (4)" onclick="playSong('midi/4.mid')"></td> <td><input type="button" value="音樂欣賞 (5)" onclick="playSong('midi/5.mid')"></td> </tr> </table> </center></div> |