📄 msgbox1.asp
字号:
<html>
<head>
<title>消息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
function closemsg()
{
window.close()}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<table width="300" border="0" cellspacing="0" cellpadding="0" background="Images/msgbox.gif" height="140">
<tr>
<td height="67" colspan="2"> </td>
</tr>
<tr>
<td background="Images/colorbar.gif" height="5" width="52"></td>
<td background="Images/colorbar.gif" height="5" width="248"></td>
</tr>
<tr>
<td height="42" width="52">
<div align="center"><img src="Images/<%=request.QueryString("MsgPic")%>.gif" width="30" height="30"></div>
</td>
<td height="42" width="248"> <%=Request.QueryString("MsgContents")%></td>
</tr>
<tr>
<td height="6" colspan="2">
<div align="right"><a href="javascript:closemsg()"><img src="Images/close.gif" width="50" height="18" border="0"></a></div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -