疯子张:
我看老玉米的帖子,过几秒就被重定向,察看源代码,有这么一段:
[阅读: 340] 2007-09-26 08:40:37
var accessAccount = new TelvisantAccount("login2.trimblems.com", requireSSL=='True'?true:false);
function OnLoad()
{
if (document.location.protocol == "http:")
{
if (requireSSL == "True")
{
window.location = "https://login2.trimblems.com/Supervision/OuterPages/HomeLogin.aspx";
}
}