<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" lang="en-us">
<title>ChildGuardOnline - Parent Portal Login</title>
<meta name="description" content="An advanced technological method and more reliable alternative to email plus for websites and mobile applications directed toward children under the age of 13. Keeps kids safe and ensures that your business adheres to COPPA regulations.">
<link type="text/css" rel="stylesheet" href="css/PPstyle.css">
<script type="text/javascript" src="js/tinydropdown.js"></script>
<script type="text/javascript" src="js/highlight.js"></script>
<script type="text/javascript">
pwd = "";
function repeat(str, times) {
var xx = "";
for (i = 0; i < times; i++) {
xx = xx + str;
}
return (xx);
}
function noNumbers(e) {
var keynum;
var keychar;
var numcheck;
if (window.event) // IE8 and earlier
{
keynum = e.keyCode;
}
else if (e.which) // IE9/Firefox/Chrome/Opera/Safari
{
keynum = e.which;
}
if ((keynum >= 96) && (keynum <= 105)) keynum = keynum - 48; //handle num lock keys
keychar = String.fromCharCode(keynum);
document.getElementById('keyNum').value = keynum;
if (keynum == 8) {
pwd = pwd.substr(0, pwd.length - 1)
document.getElementById('pwd').value = pwd;
}
else {
//if (document.getElementById('ssn4').value.length == 4)
//return false;
if ("0123456789".indexOf(keychar) != -1) //if char is not a digit
{
pwd = pwd + keychar;
if (pwd.length == 5) {
if (document.getElementById('ssn4').value.length > 4)
pwd = pwd.substr(1, document.getElementById('ssn4').value.length);
}
if (document.getElementById('ssn4').value.length == 1)
pwd = document.getElementById('ssn4').value;
//document.getElementById('pwd').value = pwd;
//document.getElementById('pwd').innerText = pwd;
document.getElementById('pwd').value = pwd;
if (pwd.length > 1)
document.getElementById('ssn4').value = repeat("*", pwd.length - 1) + pwd.substr(pwd.length - 1, 1);
}
else
document.getElementById('ssn4').value = document.getElementById('ssn4').value.substr(0, document.getElementById('ssn4').value.length - 1);
}
}
</script>
</head>
<body>
<div id="page">
<div id="logo"><a href="http://www.childguardonline.com"><img alt="ChildGuardOnline" title="ChildGuardOnline" src="images/Child-Guard-Logo.png"></a></div>
<div id="portal-login-header">
<div id="text-box">
<h1>Parent Portal Login</h1>
<p>This area is only for parents and guardians who have approved websites and mobile apps<br/> for their children using ChildGuardOnline.</p>
<p>&nbsp;</div>
</div>
<div class="portal-login-window">
<form name="portalloginform" method="post" action="PPlogin.aspx" id="portalloginform" class="portal-login-form">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODA2MjYwMTgzZGQtKfur0QkWo6kKB6ZALOzZAlEySQ==" />
</div>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A7CD7CA2" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBwLev66PCALJ6/QVAsiXtcsMAqGinncCzfPinQQCxpnRlQwC3ozOvg/ZZgUcglf12mK8MZ7FVJ2MLayI/A==" />
</div>
<div class="blue-box">
<fieldset>
<label for="user-name">Username:</label>
<input name="loginID" type="text" maxlength="75" id="loginID" class="input-rounded" />
<label for="user-password">Password:</label>
<!--<input name="ssn411" type="text" maxlength="75" id="ssn411" autocomplete="off" class="input-rounded" onkeyup="return noNumbers(event)" />-->
<input name="ssn4" type="text" maxlength="75" id="ssn4" autocomplete="off" class="input-rounded" />
<input name="keyNum" type="text" id="keyNum" style="display:none" />
<input name="pwd" type="text" id="pwd" style="display:none" />
</fieldset>
<fieldset>
<input type="submit" name="loginbutton" value="LOGIN" id="loginbutton" name="loginbutton" type="submit" class="orangebutton login-button" />
</fieldset>
</div>
<fieldset>
<!--div class="remeber-me-container">
<input name="remember-me" id="remember-me" type="checkbox">
<label class="checkbox-label" for="remember-me">Remember Me</label>
</div-->
<!--<span id="forgot-password" onmouseover="tooltip.show('Your password is the last four digits of your social security number.');" onmouseout="tooltip.hide();">Forgot Password?</span>-->
</fieldset>
</form>
<script type="text/javascript" src="js/tooltips.js"></script>
</div>
</div>
<div id="footer">
<p style="float:left;">©2012 Imperium LLC. Imperium is a Registered Trademark and ChildGuardOnline is a Trademark of Imperium LLC.</p>
<p style="float:right;"><a target="_blank" href="http://www.imperium.com/privacy-policy.html">Privacy Policy</a></p>
<div class="clear"></div>
</div>
<script type="text/javascript">
// var dropdown = new TINY.dropdown.init("dropdown", { id: 'menu', active: 'menuhover' });
// setPage('menu');
// setPage('left-col-nav');
</script>
</body>
</html>