if sURL="www.***cn.com" or sURL="***cn.com" then
Response.Redirect "cn/index.asp" '这里可以写简体页面
elseif sURL="www.***tw.com" or sURL="***tw.com" then
response.Redirect "tw/index.asp" '这里繁体页面
end if
if sURL="http://www.***cn.com" then
Response.Redirect "cn/index.asp"
elseif sURL="http://www.***tw.com" then
response.Redirect "tw/index.asp"
end if
%>