| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2259 人关注过本帖
标题:[求助]asp选择下拉菜单的内容,显示相应的页面
取消只看楼主 加入收藏
monkey1931
Rank: 1
等 级:新手上路
帖 子:107
专家分:0
注 册:2006-3-22
收藏
 问题点数:0 回复次数:3 
[求助]asp选择下拉菜单的内容,显示相应的页面
求助,在asp页面中,如何选择下拉菜单中的选项,然后显示出相应的页面!
搜索更多相关主题的帖子: 菜单 asp 页面 选择 
2006-06-20 11:10
monkey1931
Rank: 1
等 级:新手上路
帖 子:107
专家分:0
注 册:2006-3-22
收藏
得分:0 
在一个页面中如何做? 我想添加数据,我要根据我上面选择下拉菜单不同内容,显示相应的内容!
比如果说:下拉菜单中有 1、学生信息
2、班级信息
3、学校信息
我选择学生信息,出现有关学生信息的所有栏位,较我去添加,选择学校信息,就出现学校信息的所有栏位叫我添加。。。。如何把这样的一个功能实现在一个页面中?
2006-06-20 14:18
monkey1931
Rank: 1
等 级:新手上路
帖 子:107
专家分:0
注 册:2006-3-22
收藏
得分:0 


<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<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><%if session("language")="c" then response.write"全球制造处KPI填报查询系统" else response.write"The system of filling and searching from the global manufacture" end if%></title>
<link rel="stylesheet" type="text/css" href="fqweb.css">
<base target="_top">
</head>

<body bgproperties="fixed" topmargin="5" bottommargin="0" marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0">

<div align="center">
<center>

<table border="0" width="800" bgcolor="#CFDFEF" bordercolorlight="#000000" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" style="border: 1 solid #336699">
<tr>
<td width="800" style="margin-left: 5" bgcolor="#336699" align="center" colspan="11"><img border="0" src="images/kpitop.jpg"></td>
</tr>
<tr><td><script language=JavaScript >
function WebSel_Change(val)
{
ViewInf.location=val;
}
</script>
<select name=WebSel onChange=WebSel_Change(this.options[this.selectedIndex].value); >
<option selected>请选择网站</option>
<option value="top1.asp?action=newp">newp</option>
<option value="top1.asp?action=newp1">newp1</option>
<option value="top1.asp?action=newp2">newp2</option>
<option value="top1.asp?action=newp3">newp3</option>
<option value="top1.asp?action=newp4">newp4</option>
</select ></td></tr>
<%if request.QueryString("action")="newp" then%>

<tr><td bgcolor="#336699">
<table cellspacing="0" cellpadding="0" width="800" height="26">
<tr>
<td height="26" style="border-right: 1 dotted #FFFFFF; border-bottom: 1 dotted #FFFFFF; margin-left: 5" align="center" bgcolor="#000000" width="204"><a href="monthly_view3.asp"><font size="2" color="#FFFF00">每月查看</font></a></td>
</tr>
</table>
</td></tr>
<%end if%>
<%if request.QueryString("action")="newp1" then%>

<tr><td bgcolor="#336699">
<table cellspacing="0" cellpadding="0" width="800" height="27">
<tr>
<td height="27" style="border-right: 1 dotted #FFFFFF; border-bottom: 1 dotted #FFFFFF; margin-left: 5" align="center" bgcolor="#000000" width="80" rowspan="2"><a href="monthly_view3.asp"><font size="2" color="#FFFF00">每月查看</font></a></td>
</tr>
</table>
</td></tr>
<%end if%>
<%if request.QueryString("action")="newp2" then%>

<tr><td bgcolor="#336699">
<table cellspacing="0" cellpadding="0" width="800" height="27">
<tr>
<td height="27" style="border-right: 1 dotted #FFFFFF; border-bottom: 1 dotted #FFFFFF; margin-left: 5" align="center" bgcolor="#000000" width="133"><a href="monthly_view3.asp"><font size="2" color="#FFFF00">每月查看</font></a></td>
</tr>
</table>
</td></tr>
<%end if%>

<%if request.QueryString("action")="newp4" then%>
<tr><td bgcolor="#336699">
<table cellspacing="0" cellpadding="0" width="800" height="27">
<tr>
<td height="27" style="border-right: 1 dotted #FFFFFF; border-bottom: 1 dotted #FFFFFF; margin-left: 5" align="center" bgcolor="#000000" width="72"><a href="monthly_view3.asp"><font size="2" color="#FFFF00">每月查看</font></a></td>
</tr>
</table>
</td></tr>

<%end if%>

</table>

</center>
</div>

</body>

</html>

2006-06-20 16:58
monkey1931
Rank: 1
等 级:新手上路
帖 子:107
专家分:0
注 册:2006-3-22
收藏
得分:0 

上面红色部门如何实现?

2006-06-20 16:58
快速回复:[求助]asp选择下拉菜单的内容,显示相应的页面
数据加载中...
 
   



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

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