?? dllook.asp
字號:
<!--#include file="conn.asp"-->
<%'---------程序編寫說明-------%>
<%'本程序由junping96編寫
'程序名稱:新世紀(jì)影院VOD播放系統(tǒng)(商業(yè)版)
'FileName: Dllook.asp
'EditDate:2003-12-07
'Editer:junping96
'Email:junping96@163.com
'QQ: 249112913 249114058
'請尊重本人勞動,禁止修改版權(quán),有任何問題請和我聯(lián)系。
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="”keywords”" content="”新世紀(jì)影院VOD影視播放程序出售”">
<meta name="”description”" content="”新世紀(jì)影院VOD影視(商業(yè)版)出售”">
<title>新世紀(jì)影院</title>
<link rel="stylesheet" type="text/css" href="css/css.css">
</head>
<body topmargin="1" leftmargin="0" bgcolor="#FF9900">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="509">
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="507" colspan="3">沖值卡代理一覽表</td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="169">代理名稱</td>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="245">代理地址</td>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="91">代理電話</td>
</tr>
<%
set rs=server.createobject("adodb.recordset")
sql="select dlname,dladdress,phone from dlcom"
rs.open sql,conn,1,1
if rs.eof or bof then
response.write""
end if
do while not rs.eof or bof
%>
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="169"><%=rs("dlname")%> </td>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="245"><%=rs("dladdress")%> </td>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="91"><%=rs("phone")%> </td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</table>
</center>
</div>
</body>
</html>
</script>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -