Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/Program Files (x86)/Microsoft Office/Templates/1028/Behaviors11/ACTIONS/ |
<!-- _LocalBinding --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>播放聲音</title> <meta name="DHTMLScriptName" content="播放聲音(&S)"> <meta name="DialogResizable" content="true"> <meta name="DialogSize" content="475,100"> <style> button { width: 8em; } table { border: none; border-collapse: collapse } </style> <script type="text/JavaScript"> var L_NOURL_ErrorMessage = "請輸入聲音檔的路徑。"; var L_FilterAllAudio_Text = "所有聲音檔案"; // used to describe extensions in dialog filter drop down var L_FilterWaveAudio_Text = "Wave 檔"; // used to describe extensions in dialog filter drop down var L_FilterMidiAudio_Text = "Midi 編曲程式檔"; // used to describe extensions in dialog filter drop down var L_FilterRealAudio_Text = "RealAudio 檔"; // used to describe extensions in dialog filter drop down var L_FilterAIFFAudio_Text = "AIFF 聲音檔"; // used to describe extensions in dialog filter drop down var L_FilterAUAudio_Text = "AU 聲音檔"; // used to describe extensions in dialog filter drop down </script> <script type="text/JavaScript" src="FPLib.js"></script> <script type="text/JavaScript" src="Strings.js"></script> <script type="text/JavaScript" src="PlaySnd.js"></script> </head> <body onload="safeFocus(theForm.SoundPath)"> <form id="theForm" name="theForm" onsubmit="Validate(); return false;"> <table border="0" cellpadding="2" cellspacing="0" id="AutoNumber1" width="100%" height="100%"> <tr> <td nowrap> <label for="SoundPath"> 播放聲音(<u>P</u>): </label> </td> <td width="100%" dir="ltr"> <input type="text" name="SoundPath" accesskey="p" id="SoundPath" style="width: 100%"> </td> <td> </td> <td> <button name="BrowseURL1" value="Browse..." accesskey="b" onclick="ShowFilePicker(SoundPath);"> 瀏覽(<u>B</u>)... </button> </td> </tr> <tr> <td height="100%"> </td> </tr> <tr> <td colspan="4"> <hr> <table width="100%"> <tr> <td width="100%"> </td> <td> <button name="OK" value="OK" type="submit"> 確定 </button> </td> <td> </td> <td> <button name="Cancel" value="Cancel" onclick="CancelAction();"> 取消 </button> </td> </tr> </table> </td> </tr> </table> </form> </body> </html>