?? c_marketinfosum.asp
字號(hào):
Sub backpage()
history.back(-1)
End Sub
</Script>
<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>客戶意見(jiàn)統(tǒng)計(jì)分析</title><link href="../cread.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" onload="formini()">
<form method="GET" action="C_MarketInfoSum.asp" name="fn">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="38">
<tr><td height="38"><b><font size="3"><img border="0" src="../pic/it_22.gif">
</font><font size="2">客戶意見(jiàn)統(tǒng)計(jì)分析</font></b></td></tr>
</table>
<table border="1" width="100%" cellspacing="0" cellpadding="0" height="15">
<tr>
<td width="100%" height="13">
<table border="0" width="100%" cellpadding="0" cellspacing="0" height="36">
<tr>
<td width="100%" height="11" bgcolor="#F1E8DA" bordercolor="#F1E8DA" bordercolorlight="#F1E8DA">
<p align="left" style="margin-left: 20"><font size="2" face="宋體"><b>請(qǐng)選擇:起始年月</b></font><font size="2"><font face="宋體"><b>:</b></font><select size="1" name="vYear" tabindex="3">
<% for i=1990 to 2010 %>
<option value=<%=i%>><%=i%></option>
<% next %>
</select>年
<select size="1" name="vMonth" tabindex="3">
<option value="">不限</option>
<% for i=1 to 9
b="0"+cstr(i) %>
<option value=<%=b%>>0<%=i%></option>
<% next %>
<% for i=10 to 12 %>
<option value="<%=i%>"><%=i%></option>
<% next %>
</select>月——<b>終止年月:</b><select size="1" name="eYear" tabindex="3">
<% for i=1990 to 2010 %>
<option value=<%=i%>><%=i%></option>
<% next %>
</select> 年
<select size="1" name="eMonth" tabindex="3">
<option value="" >不限</option>
<% for i=1 to 9
b="0"+cstr(i) %>
<option value=<%=b%>>0<%=i%></option>
<% next %>
<% for i=10 to 12 %>
<option value="<%=i%>"><%=i%></option>
<% next %>
</select>月 </font>
<input type="button" value="統(tǒng)計(jì)結(jié)果" name="Search" onclick="SearchClick()" tabindex="4" class=hand style="background-color: #D1D1D1; border-style: solid; border-width: 1"></td>
</table>
</td>
</tr>
</table>
<table border="0" width="100%" cellpadding="0" cellspacing="0" height="1">
<tr>
<td width="200%" height="15">
</td>
</tr>
<tr>
<td width="200%" height="40">
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="30%" align="center" height="23" bgcolor="#D9C8A7">
<p style="line-height: 150%"><font size="2"><b>客戶意見(jiàn)</b></font></td>
<td width="35%" align="center" height="23" bgcolor="#D9C8A7">
<p style="line-height: 150%; margin-left: 10" align="center"><font size="2"><b>數(shù)量(條)</b></font></td>
<td width="36%" align="center" height="23" bgcolor="#D9C8A7">
<p style="line-height: 150%">
<font size="2"><b>百分比</b></font></p>
</td>
</tr>
<% if DataRow>0 then
For i=1 to DataRow %>
<%
if i mod 2=1 then%>
<tr bgcolor="#f7f7f7" >
<%else%>
<tr bgcolor="#EDEBEC" >
<%end if%>
<td width="30%" align="center" height="23"><font size="2">
<p style="line-height: 150%"><%=Key1(i)%></font></td>
<td width="35%" height="23" align="center">
<p style="line-height: 150%; margin-left: 10">
<font size="2"><%=key2(i)%></font></td>
<td width="36%" height="23" align="center">
<p style="line-height: 150%"><font size="2"><%=Key3(i)*100%>%</font></p>
</td>
</tr>
<% Next %>
<% else %>
<tr>
<td width="101%" align="center" height="23" colspan="3">
<p style="line-height: 150%"><font size="2">沒(méi)有查詢到相關(guān)的數(shù)據(jù)!</font></p>
</td>
</tr>
<% end if %>
</table>
</td>
</tr>
<tr>
<td height="33">
<p align="center"><font size="2">
<% if DataRow>0 then %>
<!--<a href="JavaScript:picture()">圖形分析</a> -->
<a href="../contract/F_bmhtzjtx.asp?bm=<%=yj%>&htzj=<%=sl%>&xs=客戶意見(jiàn)統(tǒng)計(jì)圖形&dw=條">圖形分析</a>
<% end if %>
<a href="C_tjcx.asp">返 回</a></font>
</td>
</tr>
</table>
<input type="hidden" name="DelFlag" value="">
<input type="hidden" name="Curpage" value="">
<input type="hidden" name="Condition" value="">
<input type="hidden" name="URL" value="">
</form>
<form method="GET" action="C_MarketInfoPic.asp" name="PIC">
<p align="center"> </p>
<input type="hidden" name="Rows" value="">
<input type="hidden" name="Cols" value="">
</form>
<p><br>
<font size="2" face="宋體"><b><br>
</b></font></p>
</body>
</html>
<%'*********************************頁(yè)面結(jié)束 ***************************************************************%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -