注册 登录
编程论坛 ASP技术论坛

怎样写这个request的判断

youquan0352 发布于 2010-06-12 16:49, 515 次点击
<td width="15%"><a href="outstore.asp?view=view&id=<%=rsthere("id")%>"><%=rsthere("id")%></a></td>


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

怎样在这里能实现现实不同的页面
3 回复
#2
hams2010-06-12 17:42
<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 编辑 ]
#3
魏兴耀2010-06-12 22:49
<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>
#4
天鸿2010-06-21 16:23
楼主没有给条件呀,要根据条件的不同来出现不同的页面吗?
1