| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 515 人关注过本帖
标题:怎样写这个request的判断
只看楼主 加入收藏
youquan0352
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2010-6-12
结帖率:0
收藏
已结贴  问题点数:10 回复次数:3 
怎样写这个request的判断
<td width="15%"><a href="outstore.asp?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>


我有四个不同的outstore.asp,outstore1.asp,outstore2.asp,outstore3.asp

怎样在这里能实现现实不同的页面
搜索更多相关主题的帖子: request 判断 
2010-06-12 16:49
hams
Rank: 12Rank: 12Rank: 12
等 级:贵宾
威 望:18
帖 子:912
专家分:3670
注 册:2008-7-30
收藏
得分:5 
<td width="15%"><a href="outstore.asp?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>
<td width="15%"><a href="outstore1.asp?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>
<td width="15%"><a href="outstore2.asp?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>
<td width="15%"><a href="outstore3.asp?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>


[ 本帖最后由 hams 于 2010-6-13 08:44 编辑 ]

俺不高手,俺也是来学习的。
俺的意见不一定就对,当你不认同时请点忽视按钮。
当走到十字路口不知该如何走时,可在论坛问下路,但你若希望别人能一路把你送到目的地,显然是不现实的,因为别人也有自己要走的路。
2010-06-12 17:42
魏兴耀
Rank: 8Rank: 8
来 自:江西
等 级:蝙蝠侠
威 望:3
帖 子:246
专家分:840
注 册:2009-11-9
收藏
得分:5 
<td width="15%"><a href="outstore.asp?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>
<td width="15%"><a href="outstore1.asp1?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>
<td width="15%"><a href="outstore2.asp2?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>
<td width="15%"><a href="outstore3.asp3?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>

只有大胆尝试,才有机会得到想要的成功
2010-06-12 22:49
天鸿
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2010-6-21
收藏
得分:0 
楼主没有给条件呀,要根据条件的不同来出现不同的页面吗?
2010-06-21 16:23
快速回复:怎样写这个request的判断
数据加载中...
 
   



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

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