CINXE.COM
IEEE - Sign in to access the secure content
<!DOCTYPE html> <html lang="en" name="sign_in" dir="ltr"> <!-- template name: html.form.login.template.html --> <head> <base href="$PingFedBaseURL"/> <title>IEEE - Sign in to access the secure content</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="robots" content="noindex,nofollow"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <!-- Bootstrap --> <link href="assets/ieeebootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"/> <!-- /Bootstrap --> <link href="assets/ieeecss/sign_in.css" rel="stylesheet" type="text/css"/> <script src="assets/jquery/jquery.min.js" type="text/javascript"></script> <script> function Get_Cookie(check_name) { // first we'll split this cookie up into name/value pairs // note: document.cookie only returns name=value, not the other components var a_all_cookies = document.cookie.split(';'); var a_temp_cookie = ''; var cookie_name = ''; var cookie_value = ''; var b_cookie_found = false; // set boolean t/f default f for (i = 0; i < a_all_cookies.length; i++) { // now we'll split apart each name=value pair a_temp_cookie = a_all_cookies[i].split('='); // and trim left/right whitespace while we're at it cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, ''); // if the extracted name matches passed check_name if (cookie_name == check_name) { b_cookie_found = true; // we need to handle case where cookie has no value but exists (no = sign, that is): if (a_temp_cookie.length > 1) { cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '')); } // note that in cases where cookie is initialized but no value, null is returned return cookie_value; break; } a_temp_cookie = null; cookie_name = ''; } if (!b_cookie_found) { return null; } } function Delete_Cookie(name, path, domain) { var today = new Date(); var deleteDate = new Date(today.getTime() - 48 * 60 * 60 * 1000); // minus 2 days if (Get_Cookie(name)) { document.cookie = name + "=" + ( (path) ? ";path=" + path : "") + ( (domain) ? ";domain=" + domain : "") + ";expires= Thu, 01-Jan-1970 00:00:01 GMT"; } } function checkLogin() { if(document.loginForm.userid.value == "") { alert("Please enter a valid username"); $("#userid").focus(); return false; } if(document.loginForm.password.value == "") { alert("Please enter a valid password"); $("#password").focus(); return false; } document.loginForm.submit(); return true; } function getKey(e){ var targ = document.all ? event.srcElement : e.target; var key = document.all ? event.keyCode : e.which; if(key == 13 && targ.id == 'userid'){ document.loginForm.password.focus(); return false; } else if(key == 13 && targ.id == 'password'){ checkLogin(); } } if(document.all){ document.onkeydown = getKey; } else { window.captureEvents(Event.KEYPRESS); window.onkeydown = getKey; } </script> </head> <body> <!-- Bootstrap --> <script src="assets/ieeebootstrap/js/bootstrap.min.js"></script> <!-- /Bootstrap --> <!--[if lte IE 8]> <script src="assets/ieeejs/ie/respond.min.js"></script> <script src="assets/ieeejs/ie/html5shiv.js"></script> <![endif]--> <div id="overlay_sign_in" class=""></div> <div id="top_space" class="hidden-xs"></div> <!-- start jQuery.load() cut --> <div class="sign_in_width module container" onload="setFocus()"> <div class="colorbox col-xs-12 center-block" style=""> <div class="cboxWrapper" style=""> <div class="hidden-xs"> <div class="cboxTitle">IEEE - Sign in to access the secure content</div> <div class="cboxClose sign_in_close" ></div> </div> <div class="visible-xs"> <div class="cboxTitle">IEEE-Sign in to access the secure content</div> <div class="cboxClose sign_in_close" ></div> </div> <div class="cboxContent" style=""> <div class="cboxLoadedContent" style=""> <div class="modalWindowWrapper"> <div class="confirmation-msg" id="ieeesigninform-validationerrors" style="display:none"> <div class="corner-img"></div> <div class="errorMsgIdClass"> <h3 class="alert"> <b>Sign in unsuccessful</b> <br/> <br/> Please enter a valid username and password. The system did not recognize the username or password, please verify and try again. </h3> </div> </div> <form name="loginForm" action="https://securesso.ieee.org/ieeevendorsso/vendorlogin" method="post" autocomplete="off"> <!-- CONTENT OF MODAL WINDOW --> <div class="modalWindowContent"> <!-- END SIGN IN AND LIST OPTIONS --> <!-- START RIGHT RAIL MODULE --> <div class="rightRailModule pull-right col-sm-4 col-xs-12"> <div class="box box-style-2"> <div class="header"> <h3>Sign in</h3> </div> <div class="modalWindowRegisterSignIn"> <div> <label for="" class="strong">Username:</label> <input id="userid" type="text" size="36" name="userid" value="" /> <label for="" class="strong">Password:</label> <input id="password" type="password" size="36" name="password" /> <input id="next_url" class="field" type="hidden" value="" name="next_url"> <input id="authen_failure_url" class="field" type="hidden" value="" name="authen_failure_url"> <input id="source_system" class="field" type="hidden" value="marsh" name="source_system"> <div class="pushtop20"></div> <!-- FORCE BULLETS DOWN --> <ul class="listBullet"> <li><a target="_blank" href="https://www.ieee.org/profile/public/forgotpassword/forgotUsernamePassword.html">IEEE Members: Forgot username or password</a></li> <li><a target="_blank" href="https://key.ieee.org">IEEE Employees: Forgot username or password</a></li> </ul> </div> <!-- FORCE BULLETS DOWN --> <div class="float-right" style="padding-bottom:20px;"> <input type="button" id="modalWindowRegisterSignInBtn" value="Sign in" class="button-large clearBreak" style="margin-right: 8px;" onclick="checkLogin();return false;" > <br> </div> </div> </div> </div> <!-- END RIGHT RAIL MODULE --> <div class="modalWindowRegisterContent displayIeFix pull-left col-sm-7 col-xs-12"> <!-- START SIGN IN AND LIST OPTIONS --> <h4>Don't have an IEEE Account yet?</h4> <div class="floatLeft smFont"> <ul> <li>sign in to various IEEE sites with a single account;</li> <li>manage your membership;</li> <li>get member discounts;</li> <li>personalize your experience;</li> <li>manage your profile and order history.</li> </ul> <p><b>Already have an account? Sign in using your existing account.</b></p> </div> <div style="padding-top: 180px;"></div> <div class="modalWindowPrivacyRegister "> <div class="float-right" style="margin-left:25px;"> <div class="float-left" style="width:120px;"> <input type="button" value="Create account" class="button-xlarge" style="float:left;" id="create-account-button" name="modalWindowRegisterBtn" alt="Create account"> </div> <div class="float-left" style="padding-top:7px; padding-left: 8px;"> <a class="button-link cancel sign_in_close" style="padding-left: 5px;">Cancel</a> </div> </div> </div> </div> </div> </form> </div> </div> </div> </div> </div> </div><!-- finish jQuery.load() cut --> <script type="text/javascript"> $(document).ready(function() { $("#create-account-button").click(function(){ window.parent.location='https://www.ieee.org/profile/public/createwebaccount/showCreateAccount.html?url='+encodeURIComponent($("#next_url").val()); }); $("#userid").focus(); if('true'==qs('authFailed')){ $("#ieeesigninform-validationerrors").show(); } $("#next_url").val(decodeURIComponent(qs('nextUrl'))); var authFailureUrl = window.location.href; if(authFailureUrl.indexOf('authFailed')<0){ authFailureUrl = authFailureUrl+'&authFailed=true'; } $("#authen_failure_url").val(authFailureUrl); }); function qs(key) { var vars = [], hash; var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); for(var i = 0; i < hashes.length; i++) { hash = hashes[i].split('='); vars.push(hash[0]); vars[hash[0]] = hash[1]; } return vars[key]; } </script> </body> </html>