📄 web.asp
字号:
<%@ codepage ="936" %>
<!--#include file="../../conn/dbconn2.asp" -->
<!--#include file="../Config.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../wlyx/main10.css" rel="stylesheet" type="text/css">
</head>
<%
id=request("id")
sql="select * from webbuild where id="+cstr(id)
Set rs=Server.CreateObject("ADODB.RecordSet")
rs.open sql,conn,1,1
if rs.recordcount=0 then
response.write "<p align='center'>对不起,没有您要查询的信息</p>"
else
%>
<body>
<TABLE width=540 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD width="100%"> <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD background=../../wlyx/images/7_d.gif
height=26 vAlign=bottom
width=253 style="font-size: 16px; color: #0000ff"> <strong>网站在线配置</strong></TD>
<TD vAlign=bottom> <TABLE border=0 cellPadding=0 cellSpacing=0
width="100%">
<TBODY>
<TR>
<TD bgColor=#ff9005 height=1 width="100%"><IMG
border=0 height=1 src="../../wlyx/images/1.gif"
width=1></TD>
</TR>
<TR>
<TD bgColor=#ffdf52 height=2 width="100%"><IMG
border=0 height=1 src="../../wlyx/images/1.gif"
width=1></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD background=../../wlyx/images/8_d.gif
width="100%"> <DIV align=center>
<CENTER>
<TABLE border=0 cellPadding=5 width="94%">
<TBODY>
<TR>
<TD> <DIV align=left><SPAN class=L13
style="FONT-FAMILY: 宋体; FONT-SIZE: 9pt; mso-bidi-font-size: 12.0pt"><br>
一、 普通网站建设:1500元</SPAN></DIV></TD>
</TR>
<TR>
<TD> (国际顶级域名+100M HTM空间+50M企业邮箱+20个以内静态网页)</TD>
</TR>
<TR>
<TD>二、复杂网站建设(配置<span style="font-family: 宋体; font-size: 9pt;">)</span></TD>
</TR>
<TR>
<TD>
<TABLE width="100%" border=1 cellPadding=0 cellspacing="0" bordercolordark="#eeeeee" bordercolorlight="#ffffff">
<TBODY>
<TR>
<TD width="39%" height="25" align="center"><strong>项目</strong></TD>
<TD width="28%" height="25" align="center"><strong>单价</strong></TD>
<TD width="33%" height="25" align="center"><strong>数量</strong></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> 首页设计制作</font></TD>
<TD height="22"> 300元/页</TD>
<TD height="22" align="center"> <%=rs("firstweb")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> 普通中文页面制作</font></TD>
<TD height="22"> 100元/页</TD>
<TD height="22" align="center"> <%=rs("chweb")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> 普通英文页面制作</font></TD>
<TD height="22"> 180元/页</TD>
<TD height="22" align="center"> <%=rs("enweb")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> LOGO设计制作</font></TD>
<TD height="22"> 200元/个</TD>
<TD height="22" align="center"><%=rs("logo")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> FLASH动画</font></TD>
<TD height="22"> 150元/秒</TD>
<TD height="22" align="center"> <%=rs("flash")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> 3D动画制作</font></TD>
<TD height="22"> 300元/秒</TD>
<TD height="22" align="center"> <%=rs("3d")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> JAVA特效</font></TD>
<TD height="22"> 150元/页</TD>
<TD height="22" align="center"> <%=rs("java")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> 留言板</font></TD>
<TD height="22"> 300元/个</TD>
<TD height="22" align="center"> <%=rs("guestbook")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> BBS论坛</font></TD>
<TD height="22"> 800元/个</TD>
<TD height="22" align="center"> <%=rs("bbs")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> 企业邮箱</font></TD>
<TD height="22"> 20元/10M/年</TD>
<TD height="22" align="center"> <%=rs("webmail")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> HTM空间</font></TD>
<TD height="22"> 100元/100M/年</TD>
<TD height="22" align="center"> <%=rs("htm")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> ASP空间(支持ACCESS)</font></TD>
<TD height="22"> 200元/100M/年</TD>
<TD height="22" align="center"> <%=rs("asp")%></TD>
</TR>
<TR>
<TD height="22"><font color="#003399"> MSSQL数据库</font></TD>
<TD height="22"> 150元/10M/年</TD>
<TD height="22" align="center"> <%=rs("mssql")%></TD>
</TR>
<TR>
<%
select case rs("ext")
case "cn"
ext1="cn"
case "com"
ext1="com"
case "net"
ext1="net"
case "org"
ext1="org"
case "comcn"
ext1="com.cn"
case "netcn"
ext1="net.cn"
case "orgcn"
ext1="org.cn"
case "biz"
ext1="biz"
case "info"
ext1="info"
case "tv"
ext1="tv"
case "cc"
ext1="cc"
end select
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -