asp获取相应的ID
<%sql="select*fromlanmuwherebigclass=1orid=1orderbynb"Setrs=Server.CreateObject("ADOD...
<%
sql="select * from lanmu where bigclass=1 or id=1 order by nb"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
do while not rs.eof
if erji=True then
%>
<li><%=rs("lmname")%></li>
<% else%>
<li><a href="about.asp?id=<%=rs("id")%>"><%=rs("lmname")%></a></li>
<%
end if
rs.movenext
loop
rs.close
set rs=nothing
%></td>
</tr>
<tr>
<td height="11" valign="top"><img src="../img/top.jpg" width="213" height="11" /></td>
</tr>
<tr>
<td height="32"> </td>
</tr>
</table></td>
<td> </td>
<td rowspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="730" height="44" valign="top"><img src="../img/<%=lmname%>.jpg" /></td>
</tr>
<tr>
<td height="32" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="158" valign="top"><%=contentlink(content)%></td></tr>
说明:about.asp先获取栏目的名称和相应的链接,然后在获取相应ID对用的<%=contentlink(content)%>内容,但是当在浏览的输入ABOUT.ASP?id=1的时候可以获取相应的内容,ABOUT.ASP?id=1的时候可以获取相应的内容以此类推,可是我在浏览器中输入ABOUT.ASP他无法获取<%=contentlink(content)%>值的内容,我想让当输入ABOUT.ASp的时候直接获取ABOUT.ASP?ID=1的内容 展开
sql="select * from lanmu where bigclass=1 or id=1 order by nb"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
do while not rs.eof
if erji=True then
%>
<li><%=rs("lmname")%></li>
<% else%>
<li><a href="about.asp?id=<%=rs("id")%>"><%=rs("lmname")%></a></li>
<%
end if
rs.movenext
loop
rs.close
set rs=nothing
%></td>
</tr>
<tr>
<td height="11" valign="top"><img src="../img/top.jpg" width="213" height="11" /></td>
</tr>
<tr>
<td height="32"> </td>
</tr>
</table></td>
<td> </td>
<td rowspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="730" height="44" valign="top"><img src="../img/<%=lmname%>.jpg" /></td>
</tr>
<tr>
<td height="32" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="158" valign="top"><%=contentlink(content)%></td></tr>
说明:about.asp先获取栏目的名称和相应的链接,然后在获取相应ID对用的<%=contentlink(content)%>内容,但是当在浏览的输入ABOUT.ASP?id=1的时候可以获取相应的内容,ABOUT.ASP?id=1的时候可以获取相应的内容以此类推,可是我在浏览器中输入ABOUT.ASP他无法获取<%=contentlink(content)%>值的内容,我想让当输入ABOUT.ASp的时候直接获取ABOUT.ASP?ID=1的内容 展开
展开全部
<%
dim id
id=request("id")
if id="" then
id=1
end if
%>
把这一段代码加到about.asp页面头上里
dim id
id=request("id")
if id="" then
id=1
end if
%>
把这一段代码加到about.asp页面头上里
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
select * from lanmu where bigclass=1 or id=1 order by nb
这个本来就是获取ID等于1的,默认的怎么不可以?
你代码没贴全吧,我觉得是顶有判断ID是为空的,下面select * from lanmu where bigclass=1 or id=1 order by nb
这些没执行到吧,,,你检查下看看
这个本来就是获取ID等于1的,默认的怎么不可以?
你代码没贴全吧,我觉得是顶有判断ID是为空的,下面select * from lanmu where bigclass=1 or id=1 order by nb
这些没执行到吧,,,你检查下看看
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在about.asp中判断一下id的值,如果没有,则先赋值id=1
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
id=request("id")
if id="" then
id=1
end if
把这个放到最上边
if id="" then
id=1
end if
把这个放到最上边
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询