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="設定文字\設定文字欄位文字(&T)"> <meta name="DialogResizable" content="true"> <meta name="DialogSize" content="525,265"> <style> button { width: 8em; } table { border: none; border-collapse: collapse } </style> <script type="text/JavaScript"> var L_NOMESSAGE_ErrorMessage = "請輸入訊息"; var L_NOVALIDFIELDS_ErrorMessage = "此動作沒有有效的欄位。"; var L_FIELDNOTFOUND_ErrorMessage = "找不到指定的欄位。"; var L_MATCHEDBRACES_ErrorMessage = "所有大括號都必須成對,而且不能形成巢狀括號。"; var L_SEMICOLONS_ErrorMessage = "大括號內不允許分號存在。"; var L_EMPTYBRACES_ErrorMessage = "大括號內不能是空的。"; var L_NOTAG_ErrorMessage = "錯誤: 在文件中找不到標籤。"; var L_Unnamed_ListBox = "未命名"; //Used when a text field or form has no name or id var L_NotInForm_ListBox = "不在表單"; var L_InForm_ListBox = "在表單"; // used in L_InForm_ListBox var L_TargetForm_ListBox = "%1 %2 %3 %4"; // string format: <tag type> <id of tag><L_NotInForm_ListBox|L_InForm_ListBox> <id of form>, e.g. textbox "a1" in form "myform" var L_Textarea_ListBox = "textarea"; //this is a label for the controls on the page that are textareas var L_Text_ListBox = "textbox"; //This is a label for all input controls on the page that are of type text </script> <script type="text/JavaScript" src="FPLib.js"></script> <script type="text/JavaScript" src="DOM.js"></script> <script type="text/JavaScript" src="GetObj.js"></script> <script type="text/JavaScript" src="SetText.js"></script> <script type="text/JavaScript" src="Strings.js"></script> <script type="text/JavaScript" src="SetTxtTF.js"></script> </head> <body onload="initDialog(); safeFocus(theForm.TextFieldName)"> <form id="theForm" name="theForm" onsubmit="Validate(); return false;"> <table cellpadding="0" cellspacing="0" id="AutoNumber1" width="100%" height="100%"> <tr> <td nowrap> <label for="TextFieldName"> 文字欄位(<u>F</u>): </label> </td> <td> </td> <td width="100%"> <select size="1" name="TextFieldName" style="width: 100%" accesskey="f" id="TextFieldName"> </select> </td> </tr> <tr height="1%"> <td colspan="3"> </td> </tr> <tr> <td colspan="2" nowrap> <label for="Message"> 新增文字(<u>T</u>): </label> </td> <td width="100%" rowspan="2"> <textarea name="Message" rows="5" style="width: 100%; height: 100%" accesskey="t" id="Message"></textarea> </td> </tr> <tr> <td height="100%"> </td> <td height="100%"> </td> </tr> <tr height="1%"> <td colspan="3"> </td> </tr> <tr height="1%"> <td colspan="3"> <hr> <table width="100%"> <tr> <td width="100%"> </td> <td> <button id="buttonOk" name="OK" value="OK" type="submit"> 確定 </button> </td> <td> </td> <td> <button id="buttonCancel" name="Cancel" value="Cancel" onclick="CancelAction();"> 取消 </button> </td> </tr> </table> </td> </tr> </table> </form> </body> </html>