您的位置:首页 > 其它

网页如何实现更好的自动登录;

2011-07-05 15:04 483 查看
正在登录,请稍等......





manage account

(log out)

help

Welcome to Innography Winter '10

Overview of New Features:

Trademarks Product The new Trademarks product premieres in this release. Trademarks contains all the search, correlation and visualization capabilities that are available in our Patent and Litigation products.
Home Section with Query Builder The new home section debuts with a query builder, assisting you in creating powerful searches, and direct access to recently modified projects.
Expanded Projects The projects section has been reworked to match your workflow and provide additional functionality. Control project modifications with our new archive function.
Item Collections Create an immediate collection of items to perform operations such as project create, label modification, and even our powerful algorithm analysis.

Login

We apologize for the inconvenience, but you are using an unsupported browser. You can use Internet Explorer 6, Internet Explorer 7, Internet Explorer 8, Firefox or Safari. There are currently no plans to support other browsers like Opera.

To download Firefox visit:
http://www.mozilla.com/en-US/firefox/firefox.html
To download Safari visit:
http://www.apple.com/safari/download/

Username Password Client Code (optional)
Login Forgot My Password

Username

Security Question

Security Answer
Reset Password Back to Login

Sorry, but your currently installed version of Adobe Flash must be updated in order to use Innography's advanced analysis tools.

Click here to update or visit http://www.adobe.com/go/getflash/

//
// var _myUrl='userinfo.aspx?flag=<%=Request.QueryString["flag"] %>';
// var _obj_script = document.createElement("script");
// _obj_script.type = 'text/javascript';
// var header = document.getElementsByTagName('head')[0];
// header.appendChild(_obj_script);
// _obj_script.src=_myUrl;
// _obj_script.onreadystatechange = function(){
//
// if (_obj_script.readyState=="loaded"||_obj_script.readyState=="complete"){
//
// try{
// if(typeof userInfo != 'undefine')
// {
// if(userInfo.msg==1){
// var p = GetCookie("pwd");
// var u = GetCookie("uid");
// document.getElementById('pass_input').value = p;
// document.getElementById('username').value =u;
//
// document.getElementById('login2').action="http://app.innography.com/";
// document.getElementById('login2').method="post";
//
// }else
// {
// window.location = "http://dialogdemo.cheminfo.gov.cn/";
// }
// }else{
// window.location='/';
// }
// header.removeChild(_obj_script);
// }catch(e){
//
// }
// }
// }
//
//
function myclick()
{
//window.setTimeout('document.getElementById("mysubmit").click();',1000);
}
// ]]>

如果当前的页面登录不上去;

可以设置一个iframe; 等待iframe 加载完成之后;在去登录;

// // document.forms[0].submit();
// ]]>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: