f4.asp

来自「与asp相关的技术 如数据库和网页设计 很有用的哦」· ASP 代码 · 共 29 行

ASP
29
字号
<%Response.Expires=0%>
<!--#Include File="Config.asp"-->
<html>
<head>
	<meta http-equiv='content-type' content='text/html; charset=gb2312'>
	<title>发言区</title>
	<link rel="stylesheet" href="all.css">
</head>
<body  background="images/bg.gif" onUnload="window.open('exit.asp')"> 
	<table border="0" width="90%" height="80%" align="center" >
		<tr align="center">
			<td align="center">  
				<a href="f3.asp" target="right">刷新名单区</a>   
			</td> 
		</tr> 
		<tr align="center">
			<td >
				<a href="admin.asp" target="_blank">管理聊天室</a>   
			</td>  
		</tr>
		<tr align="center">
			<td>
				<a href="change.asp" target="_parent"><font color='red'><b>切换聊天室</b></font></a>  
			</td>
		</tr>  
	</table>  
</body>  
</html>  

⌨️ 快捷键说明

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