⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 u_messagelist_bak.html

📁 物业管理和办公自动化系统
💻 HTML
字号:
<html>
<head>
<title>Messages</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<script>
function ShowDetail(iSerial, iMsgSerial, sAccount_id, sMsgType, sMsgSubject, sMsgContent, sSender, sSendTime, sReceiver)
{
	var sParam;
//	document.OpenDetailPage.Submit();
	sParam = "u_MessageInfo.asp?Serial=" + iSerial + "&MsgSerial=" + iMsgSerial + "&Account_id=" + sAccount_id + "&MsgType=" + sMsgType + "&MsgSubject=" + sMsgSubject + "&MsgContent=" + sMsgContent + "&Sender=" + sSender + "&SendTime=" + sSendTime + "&Receiver=" + sReceiver + "&";
	window.open(sParam,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=320,height=300')
}
</script>

<body>
{Header}
<form action="u_MessageInfo.asp" method="post" name="OpenDetailPage">
 <table>
  <tr>
   <td valign="top">
   <!--BeginFormList--><table >
     <tr>
      <td colspan="9"><a name="List"><font style="font-size:11pt;font-family:黑体;color:#508CFF">{FormTitle}</font></a></td>
     </tr>
	 <tr><td colspan=9><hr></tr>
     <!--BeginDListList-->
     <tr>
      <td><font style="font-size:9pt;color:red"><script language="JavaScript">if ("{New}"=="0") document.write("new"); else document.write("");</script></font></td>
	  <td><a style="cursor:hand" onclick="ShowDetail({Serial},{Message_Serial},'{Account_id}','{Message_Type}','{Message_Subject}','{Message_Content}','{Message_Sender}','{Message_SendTime}','{Message_Receiver}')"><font style="font-size:9pt;color:black">{Message_Subject}</font><font style="font-size:9pt;color:#508CFF"><script language="JavaScript">if ("{Message_Type}"=="0") document.write("(公告)"); else document.write("");</script></font>
</a></td>
		<input type="hidden" name="Serial" maxlength="10" value="{Serial}" size="10">
		<input type="hidden" name="Message_Serial" maxlength="10" value="{Message_Serial}" size="10">
		<input type="hidden" name="Account_id" maxlength="20" value="{Account_id}" size="20">
		<input type="hidden" name="New" maxlength="3" value="{New}" size="3">
		<input type="hidden" name="Message_Type" maxlength="10" value="{Message_Type}" size="10">
		<input type="hidden" name="Message_Subject" maxlength="50" value="{Message_Subject}" size="10">
		<input type="hidden" name="Message_Content" maxlength="512" value="{Message_Content}" size="10">
		<input type="hidden" name="Message_Sender" maxlength="20" value="{Message_Sender}" size="10">
		<input type="hidden" name="Message_SendTime" maxlength="20" value="{Message_SendTime}" size="10">
		<input type="hidden" name="Message_Receiver" maxlength="256" value="{Message_Receiver}" size="10">
     </tr>
     <!--EndDListList--> 
     <!--BeginListNoRecords-->
     <tr><td colspan="9" ><font >没有任何消息</font></td></tr>
     <!--EndListNoRecords--> 
	 <tr><td colspan=9><hr></tr>
     <tr>
      <td colspan="9" >
        <a href="{FormAction}?{TransitParams}" style="text-decoration:none;color:#508CFF"><font size=2>发送新消息</font></a>

        <!--BeginListNavigator-->
        <a href{ListNavigatorFirstPage}="{FileName}?{FormParams}{SortParams}FormList_Page={PrevPage}#List"><font >上一页</font></a>
        [ {ListCurrentPage} ]
        <a href{ListNavigatorLastPage}="{FileName}?{FormParams}{SortParams}FormList_Page={NextPage}#List"><font >下一页</font></a>
        <!--EndListNavigator-->
      </td>
     </tr>
    </table>
   <!--EndFormList-->
   
   </td>
  </tr>
 </table>
</form>

{Footer}

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -