?? addtixing.asp
字號:
<!--#include file="../Inc/config.asp" -->
<link href="../other/admin.css" rel="stylesheet" type="text/css">
<title><%=appname%></title>
<base oncontextmenu=self.event.returnValue=false>
<%htid=Trim(Request("htid"))%>
<form name="form1" method="post" action="upaddtixing.asp">
<table width="477" height="42" border="0" cellpadding="1" cellspacing="0">
<tr class="back_southidc">
<td height="14" colspan="4"><div align="center">增加事務提醒(<%=htid%>)
<input name="htid" type="hidden" value="<%=htid%>">
</div></td>
</tr>
<tr class="tr_southidc">
<td width="81" height="14">提醒時間 :</td>
<td width="388" colspan="3"><input name="htdatetime" type="text" id="htdatetime" value="<%=now%>" size="60"></td>
</tr>
<tr class="tr_southidc">
<td> 事務主題 : </td>
<td colspan="3"><input name="htzhuti" type="text" id="htzhuti" size="60" maxlength="20"></td>
</tr>
<tr class="tr_southidc">
<td> 內 容 :</td>
<td colspan="3"><textarea name="htneirong" cols="50" id="htneirong"></textarea></td>
</tr>
<tr class="tr_southidc">
<td> </td>
<td colspan="3"><div align="center">
<input type="submit" name="Submit" value=" 提 交 ">
<input type="reset" name="Submit2" value=" 重 置 ">
</div></td>
</tr>
</table>
</form>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -