google.ottm.dev
Open in
urlscan Pro
52.26.63.164
Public Scan
Submitted URL: http://google.ottm.dev/
Effective URL: https://google.ottm.dev/Login.aspx?ReturnUrl=%2f
Submission: On January 19 via api from US — Scanned from DE
Effective URL: https://google.ottm.dev/Login.aspx?ReturnUrl=%2f
Submission: On January 19 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST ./Login.aspx?ReturnUrl=%2f
<form method="post" action="./Login.aspx?ReturnUrl=%2f" onsubmit="javascript:return WebForm_OnSubmit();" id="form1" class="container" role="main" autocomplete="off">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="/wEPDwUKLTcwNTkxMDcwNA9kFgJmD2QWAgIFD2QWAgIHD2QWAgIBD2QWAgIDDw8WAh4HVmlzaWJsZWhkZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQUgY3RsMDAkY3BoQm9keSRidG5Mb2dpbldpdGhHb29nbGWtefiAD63seMXb1voCaWUvc+qQ9A==">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=-z8dzNBl11BjkV1gevOeUsRKT0bsGAij3W7mDvWZRQ2Z0AGJkpMAxjfypZOG0ZdjignGdMtUDal3wO6GdEv4JSn8iYM1&t=637103346965614113" type="text/javascript"></script>
<script src="/WebResource.axd?d=1JTEGfuxjCe7OgTIzcbjBJ4dg079GDfba4Bk7n8BL4eReR_vusF56UijI_y-_TssqRvaUlkjGC1HrwAVwf2ueBskugdkoSwoybLW3YnBMOnJO_KX0&t=637103346965614113" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
value="/wEdAAioDqcxdUBHDEWonrQo024LSSEZUdoLJWwCEQoyiWYfbk6g0q8swF5GCcWuuyNT+oJ3rl7ArPuW949TACbVSxb0A5wIPQSC5dUQySDbpG1dAZEO+l+Bi2hHgJ5FwzR+NZNsoYWHMvmQcTsQ5hNAJUREzzR1mPwh7Q1awnkXkTpL1iS9RGPfUefguUmuUOuAtRji+Z4P">
</div>
<!-- Main page container -->
<!--<section class="container" role="main">-->
<!-- Right (content) side -->
<div class="content-block" role="main">
<script>
// This is called with the results from from FB.getLoginStatus().
function statusChangeCallback(response) {
console.log('statusChangeCallback');
console.log(response);
// The response object is returned with a status field that lets the
// app know the current login status of the person.
// Full docs on the response object can be found in the documentation
// for FB.getLoginStatus().
if (response.status === 'connected') {
// Logged into your app and Facebook.
//alert("Entering Method");
debugger
testAPI();
//alert("Exitted Method");
///window.location.reload();
//alert("Crossed Reload");
} else if (response.status === 'not_authorized') {
// The person is logged into Facebook, but not your app.
document.getElementById('fb-status').innerHTML = 'Please log ' + 'into this app.';
} else {
// The person is not logged into Facebook, so we're not sure if
// they are logged into this app or not.
document.getElementById('fb-status').innerHTML = 'Please log ' + 'into Facebook.';
}
}
window.fbAsyncInit = function() {
FB.init({
appId: '320438014708940',
cookie: true,
xfbml: true,
version: 'v2.4'
});
// Now that we've initialized the JavaScript SDK, we call
// FB.getLoginStatus(). This function gets the state of the
// person visiting this page and can return one of three states to
// the callback you provide. They can be:
//
// 1. Logged into your app ('connected')
// 2. Logged into Facebook, but not your app ('not_authorized')
// 3. Not logged into Facebook and can't tell if they are logged into
// your app or not.
//
// These three cases are handled in the callback function.
//FB.getLoginStatus(function (response) {
// statusChangeCallback(response);
//});
// function onLogin(response) {
// if (response.status == 'connected') {
// FB.api('/me?fields=first_name', function(data) {
// var welcomeBlock = document.getElementById('fb-welcome');
// welcomeBlock.innerHTML = 'Hello, ' + data.first_name + '!';
// });
// }
}
// FB.getLoginStatus(function(response) {
// Check login status on load, and if the user is
// already logged in, go directly to the welcome message.
// if (response.status == 'connected') {
// onLogin(response);
// } else {
// // Otherwise, show Login dialog first.
// FB.login(function(response) {
// onLogin(response);
// }, {scope: 'user_friends, email'});
// }
// });
// };
// This function is called when someone finishes with the Login
// Button. See the onlogin handler attached to it in the sample
// code below.
function checkLoginState() {
//alert("Login Button Clicked");
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
}
// Load the SDK asynchronously
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
// Here we run a very simple test of the Graph API after login is
// successful. See statusChangeCallback() for when this call is made.
function testAPI() {
console.log('Welcome! Fetching your information.... ');
FB.api('/me', {
locale: 'en_US',
fields: 'name, email'
}, function(response) {
$("#cphBody_hdnFbUsername").val(response.email);
//document.forms[0].action = window.location.href;
document.forms[0].submit();
});
}
function onSignIn(googleUser) {
var profile = googleUser.getBasicProfile();
console.log('ID: ' + profile.getId()); // Do not send to your backend! Use an ID token instead.
console.log('Name: ' + profile.getName());
console.log('Image URL: ' + profile.getImageUrl());
console.log('Email: ' + profile.getEmail()); // This is null if the 'email' scope is not present.
}
</script>
<header class="container">
</header>
<div class="content-block" role="main">
<div style="margin: 0 auto; display: inline-block; width: 100%;">
<div id="cphBody_pnlLoginWrapper">
<div id="cphBody_pnlLogin" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'cphBody_btnLogin')">
<table border="0" cellpadding="3" cellspacing="0" align="center" width="400" class="Border">
<tbody>
<tr>
<td colspan="2" class="HeaderCell">
<h1>Login</h1>
<span id="cphBody_ltlLoginError" class="errorMessage"></span>
</td>
</tr>
<tr>
<td width="85">
<label for="cphBody_txtUserName" id="cphBody_lblUserName" class="lbl">Email Address:</label>
</td>
<td>
<input name="ctl00$cphBody$txtUserName" type="text" maxlength="50" id="cphBody_txtUserName" style="width:250px;"> <span id="cphBody_rfvUserName" class="Message" style="display:none;">* Required Field</span>
<span id="cphBody_RegularExpressionValidator1" style="visibility:hidden;">Not a Valid Email Address</span>
</td>
</tr>
<tr>
<td>
<label for="cphBody_txtPassword" id="cphBody_lblPassword" class="lbl">Password:</label>
</td>
<td>
<input name="ctl00$cphBody$txtPassword" type="password" maxlength="50" id="cphBody_txtPassword" style="width:250px;" autocomplete="off"> <span id="cphBody_rfvPassword" class="Message" style="display:none;">* Required
Field</span>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<a id="cphBody_lnkForgot" href="javascript:__doPostBack('ctl00$cphBody$lnkForgot','')">Forgot your Password?</a>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<input type="submit" name="ctl00$cphBody$btnLogin" value="Login"
onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$cphBody$btnLogin", "", true, "Login", "", false, false))" id="cphBody_btnLogin" class="btn">
<input type="submit" name="ctl00$cphBody$btnClear" value="Clear" id="cphBody_btnClear" class="btn">
<br> OR <br>
<input type="image" name="ctl00$cphBody$btnLoginWithGoogle" id="cphBody_btnLoginWithGoogle" src="assets/images/btn_google_signin_dark_normal_web.png"
onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$cphBody$btnLoginWithGoogle", "", true, "", "", false, false))"><br> OR <br>
<fb:login-button scope="public_profile,email" onlogin="checkLoginState();" data-size="xlarge" login_text="" class=" fb_iframe_widget" fb-xfbml-state="rendered"
fb-iframe-plugin-query="app_id=320438014708940&container_width=0&locale=en_US&login_text=&scope=public_profile%2Cemail&sdk=joey&size=xlarge"><span
style="vertical-align: bottom; width: 123px; height: 39px;"><iframe name="fb5c76352c829" width="1000px" height="1000px" data-testid="fb:login_button Facebook Social Plugin" title="fb:login_button Facebook Social Plugin"
frameborder="0" allowtransparency="true" allowfullscreen="true" scrolling="no" allow="encrypted-media"
src="https://www.facebook.com/v2.4/plugins/login_button.php?app_id=320438014708940&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df1b20389aee13c8%26domain%3Dgoogle.ottm.dev%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fgoogle.ottm.dev%252Ffaea07046da1d4%26relation%3Dparent.parent&container_width=0&locale=en_US&login_text=&scope=public_profile%2Cemail&sdk=joey&size=xlarge"
style="border: none; visibility: visible; width: 123px; height: 39px;" class=""></iframe></span></fb:login-button>
<input type="hidden" name="ctl00$cphBody$hdnFbUsername" id="cphBody_hdnFbUsername">
</td>
</tr>
<tr>
<td align="center" colspan="2">
<p class="message">Access to Advantage is limited to pre-registered clients of Over The Top and their designees. You cannot create a new account on this screen. Your employer should be able to create one for you OR you can use the
chat function (below right) to talk to our support team if you need assistance.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-lg-4"></div>
</div>
</div>
<div style="clear:both;"></div>
</div>
<!-- /Right (content) side -->
<!--</section>-->
<!-- /Main page container -->
<script type="text/javascript">
//<![CDATA[
var Page_Validators = new Array(document.getElementById("cphBody_rfvUserName"), document.getElementById("cphBody_RegularExpressionValidator1"), document.getElementById("cphBody_rfvPassword"));
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var cphBody_rfvUserName = document.all ? document.all["cphBody_rfvUserName"] : document.getElementById("cphBody_rfvUserName");
cphBody_rfvUserName.controltovalidate = "cphBody_txtUserName";
cphBody_rfvUserName.errormessage = "* Required Field";
cphBody_rfvUserName.display = "Dynamic";
cphBody_rfvUserName.validationGroup = "Login";
cphBody_rfvUserName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
cphBody_rfvUserName.initialvalue = "";
var cphBody_RegularExpressionValidator1 = document.all ? document.all["cphBody_RegularExpressionValidator1"] : document.getElementById("cphBody_RegularExpressionValidator1");
cphBody_RegularExpressionValidator1.controltovalidate = "cphBody_txtUserName";
cphBody_RegularExpressionValidator1.focusOnError = "t";
cphBody_RegularExpressionValidator1.errormessage = "Not a Valid Email Address";
cphBody_RegularExpressionValidator1.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
cphBody_RegularExpressionValidator1.validationexpression = "\\w+([-+.\']\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*";
var cphBody_rfvPassword = document.all ? document.all["cphBody_rfvPassword"] : document.getElementById("cphBody_rfvPassword");
cphBody_rfvPassword.controltovalidate = "cphBody_txtPassword";
cphBody_rfvPassword.errormessage = "* Required Field";
cphBody_rfvPassword.display = "Dynamic";
cphBody_rfvPassword.validationGroup = "Login";
cphBody_rfvPassword.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
cphBody_rfvPassword.initialvalue = "";
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}
function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
} else {
return true;
}
}
//]]>
</script>
</form>
Text Content
LOGIN Email Address: * Required Field Not a Valid Email Address Password: * Required Field Forgot your Password? OR OR Access to Advantage is limited to pre-registered clients of Over The Top and their designees. You cannot create a new account on this screen. Your employer should be able to create one for you OR you can use the chat function (below right) to talk to our support team if you need assistance. © Over The Top