CINXE.COM

NetDocuments Login

<html> <head> <title>NetDocuments Login</title> <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=yes" /> <link rel="stylesheet" href="/neWeb2/mobile/device.aspx" type="text/css" /> <style type="text/css"> #iHeader { margin: 45px auto 30px auto; } #iHeader DIV { text-align: center; } BODY { width: 300px; margin: auto; } #loginform { width: 250px; margin: auto; } .loginBtn { background-color: #3277AC; border: none; -webkit-border-radius: 2px; border-radius: 2px; width: 100%; height: 45px; font-size: 13px; font-weight: bold; letter-spacing: 1px; color: #fff; margin: 5px auto 35px auto; } #helpLinks A, #helpLinks { font-size: 12px; text-decoration: none; text-align: center; color: #58595B; } #helpLinks A:hover { text-decoration: underline; } #orgLogin { margin-top: 15px; margin-bottom: 25px; } #neSignMsg { display: none; } #ie8Warning { background-color: #ffeda1; padding: 10px; margin-top: 30px; width: 300px; text-align: left; } #ie8Warning .warnBody { font-size: 10px; } .warnTitle { font-weight: bold; font-size: 10pt; } #ie8Warning A:link, #ie8Warning A:visited { color: Black; font-weight: bold; } .errMsg { text-align: center; } </style> <!--[if IE 7]> <style type="text/css"> .iInput INPUT{ height: 40px; padding: 11px 5px; } </style> <![endif]--> <!--[if IE 8]> <style type="text/css"> .iInput INPUT{ height: 18px; padding: 11px 5px; width: 236px; } </style> <![endif]--> <!--[if IE 9]> <style type="text/css"> .iInput INPUT{ width: 236px; } </style> <![endif]--> <script type="text/javascript"> function DocOnLoad() { document.all.autoLoginMsg.innerText = "Please wait...."; var neCrypto = null; var loginMode = 7; var autoLoginStarted = false; if (loginMode > 1) { try { neCrypto = document.neCrypto; } catch (e) { // Don't display an error if the neCrypto control is not available. Just proceed without it. } if (neCrypto != null) { var token = ""; if (loginMode === 7) { try { token = neCrypto.GetWorkstationToken( 'CJ4y9vmd'); // obtain Automated Login token } catch (e) { token = ""; // automated login is disabled } } if (token === "") { loginMode = 2; try { token = neCrypto.GetCert(5, "NetDocuments Login"); // obtain certificate-based login token if (token === "CANCEL") token = ""; else if (token.length > 0) { neCrypto.CreateToken(); token = neCrypto.SignatureString; } } catch (e) { token = ""; } } if (token !== "") { document.all.loginUi.innerText = "Logging in. Please wait...."; document.all.loginToken.value = loginMode + token; document.forms[0].submit(); autoLoginStarted = true; } } } if (!autoLoginStarted) { document.all.autoLoginMsg.style.display = 'none'; document.all.loginUi.style.display = 'block'; document.forms[0].username.focus(); } } // BUG orientation portrait/lanscape IOS // if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i)) { var viewportmeta = document.querySelector('meta[name="viewport"]'); if (viewportmeta) { viewportmeta.content = 'width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0'; document.addEventListener('orientationchange', function () { viewportmeta.content = 'width=device-width, minimum-scale=0.25, maximum-scale=1'; }, false); } } </script> </head> <body onload="DocOnLoad()"> <div id="WebApp" class="landscape" style="text-align: center;"> <div id="ie8Warning" style="display: none;"> <div class="warnTitle">The IE 8 browser is no longer supported.</div> <div class="warnBody"> Please upgrade to a newer browser. If you are using IE 9, 10 or 11, you may be seeing this message because compatibility view is enabled. Go to Tools>Compatibility View settings to turn off Compatibility View. </div> </div> <div id="iHeader"> <div> <img src="/neWeb2/images/mobileLogo.gif" align="absmiddle" alt="NetDocuments"> </div> </div> <div id="iBody" > <div id="iScroller"> <form id="loginform" name="loginform" action="login.aspx" method="post"> <input type="hidden" name="loginToken"> <input type="hidden" name="ie7warn" value="" /> <div class="iPanel" id="loginUi" style="display: none;" > <fieldset> <ul> <li class=""> <div class="iInputWithLabel"> <div class="iLabel"> <label>USERNAME</label> </div> <div class="iInput"> <input type="text" name="username" /> </div> </div> </li> <li class=""> <div class="iInputWithLabel"> <div class="iLabel"> <label>PASSWORD</label> </div> <div class="iInput"> <input type="password" name="password" /> </div> </div> </li> </ul> </fieldset> </div> <div id="autoLoginMsg" style="text-align: center;"> </div> <div style="margin-left: 2px;"> <button type="submit" class="loginBtn">LOGIN</button> </div> </form> <div id="helpLinks"> <ul style="list-style-type: none; padding: 0px; margin: 0px;"> <li> <span> <a class="LoginText" href="loginAssist.aspx" target="_blank">Forgot Username or Password?</a> | <a class="LoginText" href="http://www.netdocuments.com/About/Privacy" target="_blank">Privacy Policy</a> </span> </li> </ul> <div id="orgLogin"> <a href="orgLogin.aspx">Use organization's login</a> </div> </div> </div> </div> <div id="iFooter" class="iFooterLogin" > <span class="small" title="24.22.6.1118, de-fraweb-b07"> Powered by netdocuments &reg; | Copyright &copy; 1996-2024 NetDocuments Software Inc. All rights reserved. | <a href="http://netdocuments.com/en-US/about/terms" target="_blank">Terms of Use</a> </span> </div> <object id="neCrypto" classid="CLSID:9E472D6A-F10C-11CF-B7A9-0020AFD6A362" width="1" height="1" noexternaldata="true"></object> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10