主题:  怎样根据查询结果页面上不同的id号转向不同的详细页

hansen

职务:普通成员
等级:1
金币:1.0
发贴:181
#12001/4/6 17:31:22
怎样根据查询结果页面上不同的id号转向不同的详细页,比如点击a01或a02,a03,……转向detailA页面,而点击b01或b02,b03,……转向detailB页面,现在我知道可以用du4的go to detail page来实现,但是因为特殊要求而要转向不同的详细页,应该如何加判断语句呢?



雪无痕

职务:普通成员
等级:1
金币:0.0
发贴:29
#22001/4/6 19:19:46
string="select xxxx form tablename where id="&request.querystring("你所点击的参数")
如display.asp?id1=xxxx中参数为id1