新微赢技术网

标题: end if [打印本页]

作者: 遗失ぜ的ァ美    时间: 2010-1-7 03:20
标题: end if
<td class="song12666" style="padding:4px;"><% if rspp("productid")=54 then %><a href="005.htm" target="_blank" class="song12666"><% end if %><% if rspp("productid")=52 then %><a href="006.htm" target="_blank" class="song12666"><% end if %><% if rspp("productid")=51 then %><a href="007.htm" target="_blank" class="song12666"><% end if %><a href="showsolution.asp?id=<%=rspp("productid")%>" target="_blank" class="song12666">
<% if len(rspp("producttype"))>120 then response.write left(rspp("producttype"),120)&"……" else response.write left(rspp("producttype"),120) end if%></a></td>



我想让这3个ID跳转到下面的3个静态页面应该怎么改请高手指点
作者: ︶ぺ雨湮ㄣ    时间: 2010-1-7 03:20
<% if rspp("productid")=54 then %><a href="005.htm" target="_blank" class="song12666"><% end if %><% if rspp("productid")=52 then %><a href="006.htm" target="_blank" class="song12666"><% end if %><% if rspp("productid")=51 then %><a href="007.htm" target="_blank" class="song12666"><% end if %><a href="showsolution.asp?id=<%=rspp("productid")%>" target="_blank" class="song12666">
<% if len(rspp("producttype"))>120 then response.write left(rspp("producttype"),120)&"……" else response.write left(rspp("producttype"),120) end if%></a>



就是当productid等于54连接到005.htm当productid等于52连接到006.htm当productid连接到007.htm应该怎么改
作者: 黑侠    时间: 2010-1-7 03:21
不是呀我现在只判断一个IP好用又加了两个就不好用了,不知道应该用什么语句了
作者: 幻影    时间: 2010-1-7 03:21
都不知道你用的是哪个方法.

努力白费了

作者: 逍遥    时间: 2010-1-7 03:21
不太明白你的意思?
作者: ●.涛涛"★    时间: 2010-1-7 03:21
<% if rspp("productid")=54 then %>
<a href="005.htm" target="_blank" class="song12666">
<% elseif rspp("productid")=52 then %>
<a href="006.htm" target="_blank" class="song12666">
<% elseif rspp("productid")=51 then %>
<a href="007.htm" target="_blank" class="song12666">
<% else %>
<a href="showsolution.asp?id=<%=rspp("productid")%>" target="_blank" class="song12666">
<%end if%>
<% if len(rspp("producttype"))>120 then response.write left(rspp("producttype"),120)&"……" else response.write left(rspp("producttype"),120) end if%></a>
作者: 泡个帅滴上床    时间: 2010-1-7 03:21
response.redirect "005.htm"是这个意思吗?
作者: 唏唏鉿鉿HJP    时间: 2010-1-7 03:21
谢谢指点,你的方法我已经试过好用哦.哈哈不要郁闷了




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2