📄 web.asp
字号:
<TD height="22"><font color="#003399"> 域名:.<%=ext1%></font></TD>
<TD height="22"> <%= rs("price")%><%= rs("unit")%></TD>
<TD height="22" align="center"><%=rs("domain")%></TD>
</TR>
<TR>
<TD height="22" align="center"><font color="#003399">数据库开发,提供简单搜索功能</font></TD>
<TD height="22"> 1200元/个</TD>
<TD height="22" align="center"><%=rs("prosearch")%></TD>
</TR>
<TR>
<TD height="22" align="center"><font color="#003399">高级网站建设,强大后台服务管理</font></TD>
<TD height="22"> 价格另议</TD>
<%
select case rs("proweb")
case "0"
proweb1="需要"
case "1"
proweb1="不需要"
end select
%>
<TD height="22" align="center"><%=proweb1%> </TD>
</TR>
<TR>
<TD height="22" align="center"><font color="#003399">其他要求</font></TD>
<TD height="22" colspan="2"> <%=rs("other")%></TD>
</TR>
<TR>
<TD height="30" align="center"><strong>总 额:</strong></TD>
<TD colspan="2" align="center"> <font color="#FF0000"><%=rs("total")%></font>元 </TD>
</TR>
</TBODY>
</TABLE>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><table width="100%" border="0" cellspacing="1" cellpadding="1" bordercolordark="#eeeeee" bordercolorlight="#ffffff">
<tr>
<td width="17%" height="22" align="right"><font color="#003399">公司名称:</font></td>
<td height="22" colspan="3"> <%=rs("cpyname")%></td>
</tr>
<tr>
<td height="22" align="right"><font color="#003399">地 址:</font></td>
<td height="22" colspan="3"><%=rs("cpyaddress")%></td>
</tr>
<tr>
<td height="22" align="right"><font color="#003399">省 份:</font></td>
<%
select case rs("sf")
case "01"
sf1="北京市"
case "02"
sf1="天津市"
case "03"
sf1="上海市"
case "04"
sf1="重庆市"
case "05"
sf1="安徽省"
case "06"
sf1="福建省"
case "07"
sf1="甘肃省"
case "08"
sf1="广东省"
case "09"
sf1="四川省"
case "10"
sf1="贵州省"
case "11"
sf1="湖北省"
case "12"
sf1="湖南省"
case "13"
sf1="吉林省"
case "14"
sf1="江苏省"
case "15"
sf1="江西省"
case "16"
sf1="辽宁省"
case "17"
sf1="青海省"
case "18"
sf1="山东省"
case "19"
sf1="山西省"
case "20"
sf1="河南省"
case "21"
sf1="河北省"
case "22"
sf1="陕西省"
case "23"
sf1="云南省"
case "24"
sf1="浙江省"
case "25"
sf1="黑龙江省"
case "26"
sf1="广西壮族自治区"
case "27"
sf1="宁夏自治区"
case "28"
sf1="新疆自治区"
case "29"
sf1="西藏自治区"
case "30"
sf1="内蒙古自治区"
case "31"
sf1="香港特别行政区"
case "32"
sf1="澳门特别行政区"
case "33"
sf1="台湾省"
case "34"
sf1="海南省"
case "35"
sf1="其它国家"
end select
%>
<td width="35%" height="22"> <%=sf1%></td>
<td width="13%" height="22" align="right"><font color="#003399">城 市:</font></td>
<td width="35%" height="22"><%=rs("city")%></td>
</tr>
<tr>
<td height="22" align="right"><font color="#003399">联
系 人:</font></td>
<td height="22"><%=rs("linkman")%></td>
<td height="22" align="right"><font color="#003399">电 话:</font></td>
<td height="22"><%=rs("phone")%></td>
</tr>
<tr>
<td height="22" align="right"><font color="#003399">传 真:</font></td>
<td height="22"><%=rs("fax")%></td>
<td height="22" align="right"><font color="#003399">E-mail:</font></td>
<td height="22"><%=rs("email")%></td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD > 说明:<font color="#FF0000">第一年以后每年托管费用按第一年费用的40%收取。</font>
<br> </TD>
</TR>
</TBODY>
</TABLE>
</CENTER>
</DIV></TD>
</TR>
<TR>
<TD width="100%"> <TABLE background=../../wlyx/images/4_d.gif border=0
cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD width="50%" height="13"><IMG border=0 height=12
src="../../wlyx/images/chanp_1.gif" width=17></TD>
<TD align=right width="50%"><IMG border=0 height=12
src="../../wlyx/images/chanp_3.gif"
width=35></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD width="100%"><IMG height=1
src="../../wlyx/images/1.gif" width=1></TD>
</TR>
</TBODY>
</TABLE>
<%
end if
rs.close
set rs=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -