


















<script type = "text/javascript">
var sUsername="yinzhiling";
var sPassword="123";
if((sUsername!=null)&&(sUsername!=""))
{
var xmlHttp=new ActiveXObject("MSXML2.XMLHTTP");
xmlHttp.open("GET","http://hzyinzl1/sites/ekp",false,sUsername,sPassword);
xmlHttp.SetRequestHeader("Accept-Language","zh-cn");
xmlHttp.send();
if(xmlHttp.status=="200")
{
window.location .href ="http://hzyinzl1/sites/ekp";
}
}
</script>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。