<html>
<head>
</head>
<body>
<%
dim ServiceType
ServiceType = Request.QueryString("SrvType") 'SrvType
select case ucase(ServiceType)
case else
response.redirect "http://10.27.97.219/ccbn/wojia888/index.html"
end select
%>
</body>
</html>
<head>
</head>
<body>
<%
dim ServiceType
ServiceType = Request.QueryString("SrvType") 'SrvType
select case ucase(ServiceType)
case else
response.redirect "http://10.27.97.219/ccbn/wojia888/index.html"
end select
%>
</body>
</html>