标题:asp 看看代码,有错吗??
只看楼主
long6062003
Rank: 1
等 级:新手上路
帖 子:13
专家分:0
注 册:2008-4-30
 问题点数:0 回复次数:1 
asp 看看代码,有错吗??
<p><a href="Main.asp?<%session("id")=1%>">qq</a></p>
<p><a href="Main.asp?<%session("id")=2%>">ww</a></p>
-----------------------------------------------------------
<% if session("id")=1 then%>
<!--#include file="../Include/Const.asp" -->
<%end if%>
<% if session("id")=2 then%>
<!--#include file="../Include/Const2.asp" -->
<%end if%>
搜索更多相关主题的帖子: asp 代码 
2008-08-16 11:24
tianyu123
Rank: 1
等 级:新手上路
威 望:2
帖 子:576
专家分:0
注 册:2007-8-26
得分:0 
<p><a href="Main.asp?<%session("id")=1%>">qq</a></p>   红色的部分,那能这么写啊!

这样写:

<p><a href="Main.asp?id=1">qq</a></p>
<p><a href="Main.asp?id=2">ww</a></p>
-----------------------------------------------------------
<% if request.querystring("id")=1 then%>
<!--#include file="../Include/Const.asp" -->
<%end if%>
<% if request.querystring("id")=2 then%>
<!--#include file="../Include/Const2.asp" -->
<%end if%>

改变一切,须从改变观念开始!
2008-08-16 11:29



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-228564-1-1.html




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

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