📄 vip_son.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>博傲工作室</title>
</head>
<body bgcolor="#003366">
<table border="0" width="906" cellspacing="0" height="216">
<tr>
<td width="122" height="20"></td>
<td width="661" height="20" colspan="8"><img border="0" src="main.files/made.jpg" width="200" height="18"></td>
<td width="110" height="20"></td>
</tr>
<tr>
<td width="122" height="86"></td>
<td width="661" height="86" colspan="8" background="main.files/bei.gif">
<p align="center" style="border-bottom-style: double; border-bottom-color: #003366"><img border="0" src="main.files/title.jpg" width="698" height="80"></p>
</td>
<td width="110" height="86"></td>
</tr>
<tr>
<td width="122" height="22" align="center"></td>
<td width="82" align="center" bgcolor="#20569F" valign="middle" style="border-top-style: solid; border-top-color: #20569F" height="22">
<p align="center"><a href="default.asp">
<img border="0" src="main.files/button1.jpg">
</a></p>
</td>
<td width="74" align="center" bgcolor="#20569F" valign="middle" style="border-top-style: solid; border-top-color: #20569F" height="22">
<a href="vip.asp">
<img border="0" src="main.files/button2.jpg">
</a>
</td>
<td width="85" align="center" bgcolor="#20569F" valign="middle" style="border-top-style: solid; border-top-color: #20569F" height="22">
<a target="_blank" href="http://www.gola123.com/soccer/html/odds/ch-winodds.html"><img border="0" src="main.files/button3.jpg" width="70" height="18"></a>
</td>
<td width="81" align="center" bgcolor="#20569F" valign="middle" style="border-top-style: solid; border-top-color: #20569F" height="22">
<a target="_blank" href="http://www.gooooal.com/www/live.htm"><img border="0" src="main.files/button4.jpg" width="70" height="18"></a>
</td>
<td width="80" align="center" bgcolor="#20569F" valign="middle" style="border-top-style: solid; border-top-color: #20569F" height="22">
<a href="past.asp">
<img border="0" src="main.files/button5.jpg">
</a>
</td>
<td width="78" align="center" bgcolor="#20569F" valign="middle" style="border-top-style: solid; border-top-color: #20569F" height="22">
<a href="http://www.gooooal.com/www/next.htm" target="_blank"><img border="0" src="main.files/button6.jpg" width="70" height="18"></a>
</td>
<td width="80" align="center" bgcolor="#20569F" valign="middle" style="border-top-style: solid; border-top-color: #20569F" height="22">
<a href="join.asp">
<img border="0" src="main.files/button7.jpg">
</a>
</td>
<td width="74" align="center" bgcolor="#20569F" valign="middle" style="border-top-style: solid; border-top-color: #20569F" height="22">
<a href="mailto:jack@boaostudio.com">
<img border="0" src="main.files/button8.jpg">
</a>
</td>
<td width="110" height="22" align="center"></td>
</tr>
<tr>
<td width="122" height="18" align="center"></td>
<td width="691" height="18" align="center" colspan="8"><font size="3" color="#FFFFFF"> </font><font size="2" color="#99CCFF">
<p align="center"><%response.write Date & " " & Time%></font></td>
<td width="110" height="18" align="center"></td>
</tr>
<tr>
<td width="122" height="171" align="center"></td>
<td width="663" height="171" align="center" colspan="8">
<%
set newconn=server.createobject("adodb.connection")
DBpath=server.mappath("football.mdb")
newconn.open"driver={Microsoft Access Driver (*.mdb)};dbq=" & dbpath
newcmd="select * from key where name='" & request("T1") & "'" & "and key='" & request("T2") & "'"
set newrst=newconn.execute(newcmd)
if newrst.eof=true then%>
<font size="2" color="#99CCFF"><%response.write "您输入的帐号不正确,请返回重新输入"%></font>
<%else%>
<table border="1" width="105%" bordercolor="#20569F">
<tr>
<td width="14%" align="center">
<p align="center"><font size="2" color="#99CCFF"><b>时间</b></font></td>
<td width="14%" align="center"><font size="2" color="#99CCFF"><b>主队</b></font></td>
<td width="14%" align="center"><font size="2" color="#99CCFF"><b>让球</b></font></td>
<td width="14%" align="center"><font size="2" color="#99CCFF"><b>客队</b></font></td>
<td width="14%" align="center"><font size="2" color="#99CCFF"><b>经典</b></font><font size="2" color="#99CCFF"><b>推荐</b></font></td>
<td width="15%" align="center"><font size="2" color="#99CCFF"><b>结果</b></font></td>
<td width="15%" align="center"><font size="2" color="#99CCFF"><b>成绩</b></font></td>
</tr>
<%newrst.close%>
<%
newcmd="vip"
set newrst=newconn.execute(newcmd)
%>
<%do while not newrst.eof%>
<tr>
<%for i=1 to newrst.fields.count-2%>
<td width="14%" align="center"><font size="2" color="#99CCFF"><%=newrst(i)%></font> </td>
<%next%>
<%if trim(newrst(newrst.fields.count-1))="胜" then%>
<td width="14%" align="center"><font color="#FF0000" size="2"><%=newrst(newrst.fields.count-1)%></font> </td>
<%end if%>
<%if trim(newrst(newrst.fields.count-1))="负" then%>
<td width="14%" align="center"><font color="#00CC00" size="2"><%=newrst(newrst.fields.count-1)%></font> </td>
<%end if%>
<%if trim(newrst(newrst.fields.count-1))="走" then%>
<td width="14%" align="center"><font color="#99CCFF" size="2"><%=newrst(newrst.fields.count-1)%></font> </td>
<%end if%>
<%if trim(newrst(newrst.fields.count-1))="平" then%>
<td width="14%" align="center"><font color="#99CCFF" size="2"><%=newrst(newrst.fields.count-1)%></font> </td>
<%end if%>
</tr>
<%newrst.movenext%>
<%loop%>
<%newrst.close%>
</table>
<%end if%>
<%newconn.close%>
</td>
<td width="110" height="171" align="center"></td>
</tr>
<tr>
<td width="122" height="18" align="center"></td>
<td width="166" height="7" align="center" colspan="2">
</td>
<td width="340" height="7" align="center" colspan="4"><a href="vip.asp"><font size="2" color="#99CCFF">返回</font></a></td>
<td width="157" height="7" align="center" colspan="2">
</td>
<td width="110" height="18" align="center"></td>
</tr>
<tr>
<td width="122" height="18" align="center"></td>
<td width="345" height="5" align="center" colspan="4" background="main.files/bei.gif">
</td>
<td width="338" height="5" align="center" colspan="4" background="main.files/bei.gif">
</td>
<td width="110" height="18" align="center"></td>
</tr>
<tr>
<td width="122" height="76" align="center" rowspan="4"></td>
<td width="174" height="6" align="center" colspan="2" rowspan="4">
</td>
<td width="88" height="10" align="center">
</td>
<td width="165" height="10" align="center" colspan="2">
</td>
<td width="78" height="10" align="center">
</td>
<td width="175" height="6" align="center" colspan="2" rowspan="4">
</td>
<td width="110" height="76" align="center" rowspan="4"></td>
</tr>
<tr>
<td width="88" height="6" align="center">
</td>
<td width="165" height="6" align="center" colspan="2">
<font size="2" color="#99CCFF">博傲工作室 版权所有</font>
</td>
<td width="78" height="6" align="center">
</td>
</tr>
<tr>
<td width="331" height="18" align="center" colspan="4">
<span lang="EN-US"><font color="#99CCFF"><a href="mailto:jack@boaostudio.com"><font size="2" color="#99CCFF">E-mail:
jack@boaostudio.com</font></a></font></span>
</td>
</tr>
<tr>
<td width="331" height="18" align="center" colspan="4">
</td>
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -