bjc.confex.com
Open in
urlscan Pro
69.26.96.84
Public Scan
Submitted URL: https://bjc.confex.com/bjc/psqs23/registration/index.cgi?username=14836&password=693144
Effective URL: https://bjc.confex.com/bjc/psqs23/gateway.cgi
Submission: On December 07 via manual from US — Scanned from DE
Effective URL: https://bjc.confex.com/bjc/psqs23/gateway.cgi
Submission: On December 07 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST https://bjc.confex.com/bjc/psqs23/authenticationlogin.cgi
<form action="https://bjc.confex.com/bjc/psqs23/authenticationlogin.cgi" method="post">
<div class="container_12 wrapper">
<div class="grid_6 push_3">
<header>
<div class="banner">
<!-- This image is the file located in your Global settings- BigImage -->
<div class="logo"><img src="/img/bjc/banner.png" alt="BJH, WUSM, and SLCH login for Abstract System"></div>
</div>
</header>
</div>
<div class="clear"></div>
<div class="grid_6 push_3">
<div class="page">
<header>
<h1 class="userlogintophead" style="font-size: 1.2em;">2023 Patient Safety and Quality Symposium User Login</h1>
</header>
<p class="note">Please enter your email address below.</p>
<p class="note_long">If you do not have an account within the Symposium Database, you will be prompted to create one.</p>
<section>
<div class="content" id="existing">
<div id="checkUserMessage"><br>
</div>
<div class="row">
<label for="username" class="label">Email Address</label>
<div class="field"><input value="" name="username" type="email" id="username"></div>
</div>
<div class="row" id="passworddiv">
<label for="password" class="label"><span class="newuserdata" style="display: none;"></span>Password</label>
<div class="field"><input type="password" id="password" name="password"></div>
</div>
<div class="row resetuserdata newuserdata confirmpassword" style="display:none;">
<label for="password2" class="label">Confirm Password</label>
<div class="field"><input type="password" name="password2"></div>
</div>
<div class="row newuserdata" style="display:none;">
<label for="FirstName" class="label">First Name</label>
<div class="field"><input value="" name="FirstName" id="FirstName" type="text"></div>
</div>
<div class="row newuserdata" style="display:none;">
<label for="LastName" class="label">Last Name</label>
<div class="field"><input value="" name="LastName" type="text"></div>
</div>
<div class="submit_button">
<p><input type="submit" id="loginsubmit" value="Login"></p>
</div>
<div class="row existinguserdata" style="display:none">
<div class="hide_resetuserdata"><a href="#" id="ResetPassword" onclick="return false;">Reset Password</a></div>
<div class="resetuserdata" style="display:none;"><a href="#" id="CancelResetPassword" onclick="return false;">Cancel Reset Password</a></div>
</div>
</div>
<section>
<input value="https://bjc.confex.com/bjc/psqs23/gateway.cgi?password=*cookie" name="destination" type="hidden">
<div class="clear"></div>
</section>
</section>
</div>
<p><input value="redirectToDestination" name="action" id="formaction" type="hidden"></p>
</div>
</div>
<script type="text/javascript">
$(function() {
var rpc = new FexJavaScriptServer('https://bjc.confex.com/bjc/authenticationlogin.cgi');
rpc = rpc.getRemoteObject();
var timer = null;
var typingTimer;
var doneTypingInterval = 500;
$('#username').keyup(function() {
clearTimeout(typingTimer);
if ($('#username').val()) {
typingTimer = setTimeout(doneTyping, doneTypingInterval);
}
});
function doneTyping() {
toggleUserInput();
}
function toggleUserInput() {
username = $('#username').val();
if (username) {
rpc.async['checkUserName'](function(resp) {
$('#checkUserMessage').html(" ");
$('#formaction').val('redirectToDestination');
if (resp.newuser) {
$('#checkUserMessage').html("<p><br>Please complete the form below to create a new account.</p>");
$('.newuserdata').show();
$('#formaction').val('editLogin');
} else if (resp.invaliduser) {
$('.newuserdata').hide();
$('.existinguserdata').hide();
} else if (resp.existinguser) {
$('.newuserdata').hide();
$('#checkUserMessage').html("<p><br>Welcome back! Please enter your password to login.</p>");
$('.existinguserdata').show();
}
}, {
'username': username
});
} else {
$('#formaction').val('redirectToDestination');
$('.newuserdata').hide();
}
}
$('#ResetPassword').on('click', function() {
$('.hide_resetuserdata').hide();
$('.resetuserdata').show();
$('#formaction').val('editLogin');
});
$('#CancelResetPassword').on('click', function() {
$('.hide_resetuserdata').show();
$('.resetuserdata').hide();
$('#formaction').val('redirectToDestination');
});
toggleUserInput();
});
</script>
<p></p>
</form>
Text Content
2023 PATIENT SAFETY AND QUALITY SYMPOSIUM USER LOGIN Please enter your email address below. If you do not have an account within the Symposium Database, you will be prompted to create one. Email Address Password Confirm Password First Name Last Name Reset Password Cancel Reset Password