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 http-equiv="msthemecompatible" content="yes"> <meta name="DHTMLScriptName" content="預先載入圖像(&I)"> <meta name="DialogResizable" content="true"> <meta name="DialogSize" content="550,265"> <style> button { width: 8em } table { border: none; border-collapse: collapse } </style> <script type="text/JavaScript"> var L_OkFailed_ErrorMessage = "輸入一個預先載入的 URL,或按一下 [取消] 繼續。"; // {StringCategory=ERR} Error message shown in message box. var L_AllImageFiles_Text = "所有圖像類型"; // {StringCategory=MSG} Text of image filter in "File Open" dialog </script> <script type="text/JavaScript" src="FPLib.js"></script> <script type="text/JavaScript" src="Strings.js"></script> <script type="text/JavaScript" src="Preload.js"></script> <script type="text/JavaScript" src="_Preload.js"></script> </head> <body onload="initializeForm()"> <form id="theForm" name="theForm" onsubmit="onOk(); return false;"> <table width="100%" height="100%"> <tr height="100%"> <td width="100%"> <table width="100%" height="100%"> <tr> <td nowrap> <label for="edFileURL" accesskey="i"> 圖像來源檔案(<u>I</u>): </label> </td> <td width="100%" dir="ltr"> <input tabindex="1" id="edFileURL" style="width: 100%" type="text" name="T1" size="34" onkeyup="SyncControlStates()"> </td> <td> </td> <td> <button tabindex="2" accesskey="b" onclick="GetFileURL()"> 瀏覽(<u>B</u>)... </button> </td> </tr> <tr> <td> </td> <td> <table width="100%"> <tr> <td> <button id="btnAdd" accesskey="a" tabindex="3" onclick="AddImage( edFileURL.value )"> 新增(<u>A</u>) </button> </td> <td> </td> <td> <button id="btnRemove" accesskey="r" tabindex="4" onclick="RemoveImage()"> 移除(<u>R</u>) </button> </td> <td width="100%"> </td> </tr> </table> </td> </tr> <tr height="100%"> <td> <table width="100%" height="100%"> <tr> <td nowrap> <label for="selImageList"> 預先載入圖像(<u>P</u>): </label> </td> </tr> <tr> <td height="100%"> </td> </tr> </table> </td> <td> <select accesskey="p" dir="ltr" id="selImageList" name="selImageList" size="2" style="width: 100%; height: 100%" onchange="SelectionChanged()" tabindex="5"> </select> </td> </tr> </table> </td> </tr> <tr> <td> <hr> </td> </tr> <tr> <td width="100%"> <table width="100%"> <tr> <td width="100%"> </td> <td> <table> <tr> <td> <button id="btnOk" tabindex="6" value="OK" type="submit"> 確定 </button> </td> <td> </td> <td> <button id="btnCancel" tabindex="7" value="Cancel" onclick="onCancel()"> 取消 </button> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </form> </body> </html>