?? c_marketinfolist.asp
字號:
<td width="8%" align="center" height="28" bgcolor="#DDD2C4">
<p style="line-height: 120%"><font size="2">業(yè)務(wù)員</font></td>
<td width="8%" align="center" height="28" bgcolor="#DDD2C4">
<font size="2">報告日期</font></td>
<td width="28%" align="center" height="28" bgcolor="#DDD2C4">
<p style="line-height: 120%"><font size="2">客戶意見</font>
</td>
</tr>
<% For i=1 to RowCount
if I MOD 2=1 then
rowcolor=firstcolor
else
rowcolor=secondcolor
end if
if i<=DataRow then %>
<tr>
<td width="4%" align="center" height="18" bgcolor="<%=rowcolor%>">
<input type="checkbox" name=<%="C"+cstr(i)%> value="<%=keyitem(i,1)%>">
</td>
<td width="14%" align="center" height="18" bgcolor="<%=rowcolor%>">
<p align="center" style="line-height: 120%; margin-left: 2">
<font size="2"> <a href="C_MarketInfo.asp?ID=<%=keyitem(i,1)%>&Mode=ScanMode"><%=keyitem(i,2)%></a></font> </p>
</td>
<td width="8%" align="center" height="18" bgcolor="<%=rowcolor%>">
<p style="line-height: 120%" align="center"><font size="2">
<%=keyitem(i,3)%></font> </td>
<td width="8%" align="center" height="18" bgcolor="<%=rowcolor%>">
<font size="2"><%=keyitem(i,4)%></font> </td>
<td width="28%" align="center" height="18" bgcolor="<%=rowcolor%>"><font size="2">
<p style="line-height: 120%"><%=keyitem(i,5)%></font></td>
</tr>
<% else %>
<tr>
<td width="4%" align="center" height="20" bgcolor="<%=rowcolor%>">
</td>
<td width="14%" align="center" height="20" bgcolor="<%=rowcolor%>">
<font size="2">
 </font>
</td>
<td width="8%" align="center" height="20" bgcolor="<%=rowcolor%>">
<p style="line-height: 120%">  </td>
<td width="8%" align="center" height="20" bgcolor="<%=rowcolor%>">
</td>
<td width="28%" align="center" height="20" bgcolor="<%=rowcolor%>"><font size="2">
<p style="line-height: 120%">  </font></td>
</tr>
<% end if
next %>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="20">
<tr>
<td width="59%" height="33" valign="middle">
<p style="line-height: 120%" align="left"><font size="2">第<%=curpage%>頁 共<%=totalpage%>頁
<a href="JavaScript:GoToPage('first')">首頁</a> <% if curpage>1 then %>
<a href="JavaScript:GoToPage('prev')">上頁</a>
<% else %>
上頁
<% end if %>
<% if curpage<TotalPage then %>
<a href="JavaScript:GoToPage('next')">下頁</a>
<% else %>
下頁
<% end if %>
<a href="JavaScript:GoToPage('last')">尾頁</a></font>
</td>
<td width="41%" height="33">
<p align="right" style="margin-right: 20"><font size="2"> </font>
<% if totalpage> 0 then %>
<select size="1" name="GoPage">
<% for i=1 to TotalPage %>
<option value="<%=i%>"><%=i%></option>
<% next %>
</select>
<input type="button" value="Go" name="GoData" onclick="GoToPage('go')" class=hand style="<%=budStyle%>">
<% else %>
<input type="hidden" name="GoPage" value="">
<% end if %>
</td>
</tr>
<tr>
<td width="100%" height="7" colspan="2">
<hr size="1">
</td>
</tr>
<tr>
<td width="59%" height="30">
<p align="left"><input type="button" value="增加" name="AddData" onclick="AddDataClick()" class=hand style="<%=budStyle%>">
<% if totalpage> 0 then %>
<input type="button" value="刪除" name="DelData" onclick="DelDataClick" class=hand style="<%=budStyle%>">
<% end if %>
</td>
<td width="41%" height="30">
<p align="right" style="margin-right: 20"><font size="2"><a href="C_MarketInfoSum.asp">統(tǒng)計分析</a></font>
</td>
</tr>
<tr>
<td width="100%" height="30" colspan="2">
<% if DelSucc=0 then %>
<p align="center"><font size="2" color="#FF0000">存在不能刪除的相關(guān)子記錄!!!</font>
<% end if %>
</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>
<p></p>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -