![]() |
#2
tianyu1232008-08-16 11:29
|
<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%>