📄 index.asp
字号:
<!--#include file="Conn.asp" -->
<%
set rs=server.createobject("adodb.recordset")
exec="select * from fl order by id desc"
rs.open exec,conn,1,1
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>W78人物投票系统</title>
<LINK href="images/style.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
-->
</style>
</head>
<body>
<table width="800" border="0" align="center" cellpadding="5" cellspacing="1">
<tr>
<td bgcolor="#990000"><span style=" width:760px; background-color:#990000; font-size:14px; font-weight:bold; color:#FFFFFF; padding:6px;">※ 投票列表 ※</span></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><%do while not rs.eof%>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="64%">·<a href="vote.asp?id=<%=rs("id")%>" target="_blank" style="font-size:14px; color:#990000; line-height:25px;"><%=rs("fl")%></a></td>
</tr>
</table>
<%rs.movenext
loop
%>
</td>
</tr>
</table>
<table width="800" border="0" align="center" cellpadding="6" cellspacing="0">
<tr>
<td width="358" bgcolor="#990000"><div align="left"><a href="admin.asp" style="color:#FFFFFF">进入后台管理 </a><span class="STYLE1">帐号密码:admin</span></div></td>
<td width="418" bgcolor="#990000"><div align="right"><span style=" width:760px;background-color:#990000; font-size:12px; color:#FFFFFF; padding:6px;">程序作者:咬牙棒 QQ:310151921 更多原创小程序请登陆:w78.net.cn </span></div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -