![]() |
#2
madpbpl2007-12-11 14:47
|

<%
b=1
if b=1 then a="News/index.asp"
if b=2 then a="Art/Index.asp"
response.Redirect (a)
%>
b=1
if b=1 then a="News/index.asp"
if b=2 then a="Art/Index.asp"
response.Redirect (a)
%>