function doTryAlexa()//判断是否安装了alexa工具条 { try { aborted(); return 1; } catch(e) { return 0; } } document.write('
用户名:
密 码:
验证码:
'); document.getElementById("IsAlexaUser").value=doTryAlexa()//如果安装了alexa工具条,则赋值给IsAlexaUser