📄 g_contender.asp
字号:
<!--#include file="../include/Pubconn.asp"-->
<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">
<title>信息查询</title><link href="cread.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" >
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%"><b><font size="3"><img border="0" src="../pic/it_22.gif">
</font>
<font size="2">竞争者信息查询
</font>
</b><hr width="40%" size="1" align="left">
</td>
</tr>
</table>
<p align="center">
<%
par_id=request("par_id")
if par_id="" then%>
<center>
<font size="2">请选择客户!
</font>
<p align="center">
<a href="javascript:window.close()">关闭</a>
<%
response.end
end if
set rsjz=server.createobject("adodb.recordset")
sql="select * from G_viewRival where ClientNum='"&par_id&"'"
rsjz.open sql,Pubconn,1
if rsjz.eof then%>
<p align="center">
该客户尚未建立竞争者档案!</center><p align="center">
<a href="javascript:window.close()">关闭</a>
<% response.end
else%>
<center>
<p align="left">客户名称:<%=rsjz("clientname")%><p>
<table border="1" cellspacing="0" width="100%" height="30" width="100%" width="100%">
<tr>
<td width="144" height="24" align="center" width="131" bgcolor="#DDD2C4">
<font size="2">竞争者名称
</font>
</td>
<td width="161" height="24" align="center" width="84" bgcolor="#DDD2C4">
产品名称
</td>
<td width="157" height="24" align="center" width="84" bgcolor="#DDD2C4">
产品规格
</td>
<td width="73" height="24" align="center" width="120" bgcolor="#DDD2C4">
<font size="2">竞争优势
</font>
</td>
<td width="73" height="24" align="center" width="120" bgcolor="#DDD2C4">
<font size="2">竞争劣势
</font>
</td>
</tr>
<% for n=1 to rsjz.recordcount%>
<%if n mod 2=1 then
bg="#f7f7f7"
else
bg="#EDEBEC"
end if%>
<tr bgcolor="<%=bg%>">
<td width="144" height="23" align="center" width="131"><font size="2"><%=rsjz("Name")%></font></td>
<td width="161" height="23" align="center" width="84"><font size="2"><%=rsjz("Prodname")%></font></td>
<td width="157" height="23" align="center" width="84"><font size="2"><%=rsjz("Standard")%> <%=rsjz("Model")%></font></td>
<td width="73" height="23" align="center" width="120"><%=rsjz("Advantage")%> </td>
<td width="73" height="23" align="center" width="120"><font size="2"><%=rsjz("inferior")%> </td>
</tr>
<%
rsjz.movenext
if rsjz.eof then exit for
next
%>
</table>
<p>
<center> <a href="javascript:window.close()">关闭</a><center>
<%end if %>
</center>
</center>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -