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="快顯視窗訊息(&M)"> <meta name="DialogResizable" content="true"> <meta name="DialogSize" content="520,200"> <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="Popupmsg.js"></script> </head> <body onload="initializeForm()"> <form id="theForm" name="theForm" onsubmit="Validate(); return false;"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td nowrap> <label for="Message"> 訊息(<u>M</u>): </label> </td> <td width="100%" rowspan="2"> <textarea name="Message" accesskey="m" id="Message" style="width: 100%; height: 100%"> </textarea> </td> </tr> <tr> <td height="100%"> </td> </tr> <tr height="1%"> <td colspan="2"> <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>