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="400,10"> <style> button { width: 8em; } table { border: none; border-collapse: collapse } </style> <script type="text/JavaScript"> var L_NOMESSAGE_ErrorMessage = "請輸入訊息"; var L_MATCHEDBRACES_ErrorMessage = "所有大括號都必須成對,而且不能形成巢狀括號。"; var L_SEMICOLONS_ErrorMessage = "大括號內不允許分號存在。"; var L_EMPTYBRACES_ErrorMessage = "大括號內不能是空的。"; </script> <script type="text/JavaScript" src="FPLib.js"></script> <script type="text/JavaScript" src="SetText.js"></script> <script type="text/JavaScript" src="Strings.js"></script> <script type="text/JavaScript" src="SetTxtSB.js"></script> </head> <body onload="safeFocus(theForm.Message)"> <form id="theForm" name="theForm" onsubmit="Validate(); return false;"> <table border="0" cellpadding="0" cellspacing="0" id="AutoNumber1" width="100%" height="100%"> <tr> <td> <table cellpadding="0" cellspacing="0" width="100%" height="100%" id="AutoNumber2"> <tr> <td nowrap> <label for="Message"> 訊息(<u>M</u>): </label> </td> <td width="100%"> <input id="Message" name="Message" maxlength="1000" style="width: 100%" accesskey="m" tabindex="1" type="text"> </td> </tr> </table> </td> </tr> <tr> <td height="80%"> </td> </tr> <tr> <td> <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>