?? show_message.0.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../style/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="200" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#eeeeee">
<tr bgcolor="#FFFFFF">
<td width="60">發送者</td>
<td><%= Request("sender") %></td>
</tr>
<tr bgcolor="#FFFFFF">
<td>發送時間</td>
<td><%= Request("time") %></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2">內容<br>
<%= Request("message") %></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td colspan="2">
<input type="button" name="Submit" value="回復短信" onClick="window.open('write_message.asp?receiver=<%= Request("sender") %>','_self');">
<input name="close" type="button" onClick="window.close();" value="關閉窗口"></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -