📄 index.asp
字号:
<!--#include file="conn.asp"-->
<HTML><HEAD>
<meta http-equiv="Content-Language" content="zh-cn">
<title>SMS-GIS管理系统</title>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body link="#FFFFFF" vlink="#FFFFFF">
<!--#include file="gistop.asp"-->
<div align="center">
<table border="1" cellpadding="0" style="border-collapse: collapse" width="780" background=bg.JPG cellspacing="0">
<tr>
<td height="60" align="center">
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from person_sms"
rs.Open sql,conn,1,1
do while not rs.EOF
%>
<b><font color="#FFFFFF"><a href=# title="<font size=4 color=red>asdfafs<font>" onClick="MM_openBrWindow('view.asp?id=<%=rs("id")%>','3','width=360,height=240')"><%=rs("other_name")%></a></font></b>
<%rs.movenext
loop
rs.close
set rs = nothing
%>
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -