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%>