| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 457 人关注过本帖
标题:通过上页选择来调取数据库内容,高手们请帮忙?
只看楼主 加入收藏
zhaoxs1981
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2007-10-31
收藏
 问题点数:0 回复次数:0 
通过上页选择来调取数据库内容,高手们请帮忙?
选择题型页:
<form name="form1" action="CarJishuTest.asp" method="post">
<table width="600" border="1" align="center" cellpadding="1" cellspacing="2" bordercolor="#666666">
  <tr>
    <td height="50" colspan="2"><div align="center">请选择你所要考试科目</div></td>
  </tr>
  <tr>
    <td width="155" height="50"><div align="right">请选择:</div></td>
    <td width="429" height="50"><select name="zhangjie" id="zhangjie" onchange="c(this.value);" onfocus="c(this.value);">
      <option>技术负责人</option>
      <option value="1">  模块A+模块B+模块D</option>
      <option value="2">  模块A+模块B+模块E</option>
      <option value="3">  模块A+模块B+模块F</option>
      <option value="4">  模块A+模块B+模块G</option>
      <option>质量检验员</option>
      <option value="5">  模块A+模块C+模块D</option>
      <option value="6">  模块A+模块C+模块E</option>
      <option value="7">  模块A+模块C+模块F</option>
      <option value="8">  模块A+模块C+模块G</option>
      <option value="9">机修人员:模块A+模块D</option>
      <option value="10">电器维修员:模块A+模块E</option>
      <option value="11">钣金(车身修复)人员:模块A+模块F</option>
      <option value="12">涂漆(车身涂装)人员:模块A+模块G</option>
      <option value="13">车辆技术评估(含检测)人员:模块A+模块H</option>
            </select></td>
  </tr>
  <tr>
    <td height="50" colspan="2"><div align="center">
      <input type="submit" name="Submit" value="       " />
    </div></td>
  </tr>
</table>
</form>
 
在数据库中的zhangjie字段有1-8个数字,分别代表不同的模块类型,现在在显示题库页要根据前一页要提取数据库中的题库,也就是说选择1则提取数据库里zhangjie字段下的1,2,4个选项???哎,新手中,不知道应该怎么调取,谢谢!
   <%
Randomize
intRandomNumber = Int(1000 * Rnd) + 1
if Request("zhangjie")="1" then
Sql="Select top 100 * From Papers5 where zhangjie='1' and zhangjie='2' and zhangjie='4' order BY Rnd("& (-1 * intRandomNumber) &"* id)"
else if Request("zhangjie")="2" then
Sql="Select top 100 * From Papers5 where zhangjie='1' and zhangjie='2' and zhangjie='5' order BY Rnd("& (-1 * intRandomNumber) &"* id)"
else if Request("zhangjie")="3" then
Set rs=conn.Execute(SQL)
i=0
do while not rs.eof
i=i+1
%>
搜索更多相关主题的帖子: action 考试科目 zhangjie div 
2012-09-01 08:55
快速回复:通过上页选择来调取数据库内容,高手们请帮忙?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.020241 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved