This text is replaced by the Flash movie.
This text is replaced by the Flash movie.
This text is replaced by the Flash movie.
This text is replaced by the Flash movie.
This text is replaced by the Flash movie.
集团动态

媒体聚焦
<% Function GetBody(Url) Dim objXML On Error Resume Next Set objXML = CreateObject("Microsoft.XMLHTTP") With objXML .Open "Get", Url, False, "", "" .Send GetBody = .ResponseBody End With GetBody=BytesToBstr(GetBody,"GB2312") Set objXML = Nothing End Function Function BytesToBstr(strBody,CodeBase) dim objStream set objStream = Server.CreateObject("Adodb.Stream") objStream.Type = 1 objStream.Mode =3 objStream.Open objStream.Write strBody objStream.Position = 0 objStream.Type = 2 objStream.Charset = CodeBase BytesToBstr = objStream.ReadText objStream.Close set objStream = nothing End Function response.write getbody("http://mail.ut-group.com/manage/news/news2.asp") %>