CINXE.COM

WHOIS Search

<!DOCTYPE HTML> <html> <head> <title>WHOIS Search</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="Pragma" content="no-cache"/> <meta http-equiv="Cache-Control" content="no-cache"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="description" content="CSC Application Login Page"/> <meta name="keywords" content=""/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <!--<link href="https://my.cscglobal.com/cscportal/CSC_Global-theme/images/liferay.ico" rel="Shortcut Icon"/> <link href="https://my.cscglobal.com/cscportal/login/en_US/css/csc.reset.base.css?minifierType=css" media="all" rel="stylesheet" type="text/css"/> <link href="https://my.cscglobal.com/cscportal/login/en_US/css/csc.core.css?minifierType=css" media="all" rel="stylesheet" type="text/css"/> <link href="https://my.cscglobal.com/cscportal/login/en_US/css/csc.handheld.css?minifierType=css" media="screen and (min-width: 0px) and (max-width: 540px)" rel="stylesheet" type="text/css"/> <link href="https://my.cscglobal.com/cscportal/login/en_US/css/csc.standard.css?minifierType=css" media="screen and (min-width: 541px)" rel="stylesheet" type="text/css"/> <link rel="stylesheet" type="text/css" href="https://my.cscglobal.com/cscportal/login/en_US/css/2015Redesign/MyFontsWebfontsKit.css"/>--> <link href="https://ocp.cscglobal.com/cdn/global/3plib/kendoui/2015.1.403/styles/kendo.common-material.min.css" rel="stylesheet" type="text/css"/> <link href="https://ocp.cscglobal.com/cdn/global/3plib/kendoui/2015.1.403/styles/kendo.material.min.css" rel="stylesheet" type="text/css"/> <!--<link href="https://my.cscglobal.com/cscportal/login/en_US/css/2015Redesign/main.css?minifierType=css" media="all" rel="stylesheet" type="text/css"/>--> <script src="https://ocp.cscglobal.com/cdn/global/3plib/html5shiv/html5shiv.min.js" type="text/javascript"> </script> <script src="https://ocp.cscglobal.com/cdn/global/3plib/jquery/1.8.3/jquery.min.js" type="text/javascript"> </script> <script src="https://ocp.cscglobal.com/cdn/global/3plib/underscorejs/1.4.3/underscore-min.js" type="text/javascript"> </script> <script src="https://ocp.cscglobal.com/cdn/global/3plib/capslock/capslock.jquery.js" type="text/javascript"> </script> <script src='https://www.google.com/recaptcha/api.js'></script> <!-- <script src="https://my.cscglobal.com/cscportal/login/en_US/js/csc.init.js?minifierType=js" type="text/javascript"> </script>--> <script src="https://ocp.cscglobal.com/cdn/global/3plib/kendoui/2015.1.403/js/kendo.core.min.js" type="text/javascript"> </script> <script type="text/javascript"> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-930131-3', 'cscglobal.com', {'siteSpeedSampleRate': 100}, {'alwaysSendReferrer': true}); ga('send', 'pageview'); </script> <style> #whoisP { line-height: 20px; text-align: center; margin-bottom: 10px; } #inner-wrapper .container, #wrapper .container { background-color: #ffffff; padding: 5px; } msg-error { color: #c65848; } .g-recaptcha.error { border: solid 2px #c64848; padding: .2em; width: 99%; } .disable { background-color: #ccc !important; } .mb30px { margin-bottom: 30px; } .g-recaptcha { margin: 0 auto; width: 65%; } </style> <script> $(function () { disableBtn(); }); function enableBtn() { $('#whoisSubmit').removeAttr('disabled').removeClass('disable'); } function disableBtn() { $('#whoisSubmit').attr('disabled', 'disabled').addClass('disable'); } function validateForm() { var captchResponse = $('#g-recaptcha-response').val(); if (captchResponse.length == 0) { errorMessage += "<li>Please verify that you are not a robot.</li>"; return false; } else { $('.msg-error').text(''); document.getElementById('CustomForm').submit(); } } </script> </head> <body> <div id="wrapper"> <!-- header --> <header id="header"><a href="https://my.cscglobal.com/cscportal/home"><img src="https://ocp.cscglobal.com/cdn/gateway/csc/csc-logo.png" id="logo" alt="Corporation Service Company" width="100%"/></a></header> <!-- end of header --> <section id="loginout"> <div id="comm-center"></div> <!-- container --> <div class="container"> <!-- main --> <h1 class="loginHeader Avenir-Heavy"> WHOIS <span>Search</span> </h1> <div class="formFields"> <form name="test" action="/cscportal/whois/info-domain" method="get" class="portletForm" autocomplete="off" id="CustomForm"> <div id="error-messages"> <div class="csc-ui-app-message-alert error"> <ul></ul> </div> </div> <p id="whoisP">To research the ownership of a domain name please enter the domain plus the extension and click search.</p> <input id="domain" name="domain" type="text" style="background-position: 5px -93px !important;" class="k-textbox" placeholder="yourdomain.com" value=""/> <br class="clear"/> <!--<input id="g-recaptcha-response" name="g-recaptcha-response" type="hidden" />--> <div> <div class="g-recaptcha" data-sitekey="6LcmrkwUAAAAAPP6pobuOzregun-pwjPSCvcg8cE" id="recaptcha" data-callback="enableBtn" data-expired-callback="disableBtn"> </div> </div> <br class="clear"/> <div class="formButtonsContainer"> <button onclick="Javascript:validateForm(); return false" id="whoisSubmit" name="whoisSubmit" type="button" class="k-primary k-button" data-role="button" role="button" aria-disabled="false" tabindex="0"> Search <span class="k-sprite k-icon k-i-funnel buttonRight"></span></button> </div> <div class="mb30px"> <small><strong>Disclaimer</strong> Access to the CSC&copy; Whois information is for informational purposes only. CSC makes this information available "as is" and does not guarantee its accuracy. The data can assist you in obtaining information about or related to a domain name registration record. By submitting a whois query, you agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to: (1) enable high volume, automated, electronic processes that stress or load this whois database system providing you this information; or (2) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via direct mail, electronic mail, or by telephone. The compilation, repackaging, dissemination or other use of this data is expressly prohibited without prior written consent from us. </small> </div> </form> </div> </div> </section> <!--- end wrapper --> </div> <input id="footer_home" type="hidden" value="Home"/> <input id="footer_careers" type="hidden" value="Careers"/> <input id="footer_contactUs" type="hidden" value="Contact Us"/> <input id="footer_privacy" type="hidden" value="Privacy and Cookies"/> <input id="footer_legal" type="hidden" value="Legal"/> <input id="footer_whoIs" type="hidden" value="Whois"/> <input id="footer_supportPolicy" type="hidden" value="Browser Policy"/> <input id="footer_copyright" type="hidden" value="Copyright"/> <input id="footer_company" type="hidden" value="Corporation Service Company."/> <input id="footer_rights" type="hidden" value="All rights Reserved."/> <!--<script src="https://my.cscglobal.com/cscportal/login/en_US/js/handlebars-v4.0.5.js"></script> <script src="https://my.cscglobal.com/cscportal/login/en_US/js/footer.js"></script>--> <script id="accountBar-template" type="text/x-handlebars-template"> {{{CSCAccountBar}}} </script> </body> <script src="https://ocp.cscglobal.com/cdn/global/3plib/kendoui/2015.1.403/js/kendo.data.min.js" type="text/javascript"> </script> <script src="https://ocp.cscglobal.com/cdn/global/3plib/kendoui/2015.1.403/js/kendo.tabstrip.min.js" type="text/javascript"> </script> <!--<script src="https://my.cscglobal.com/cscportal/login/en_US/js/csc.kendotabstrip7145433556.js?minifierType=js" type="text/javascript"> </script>--> <script type="text/javascript"> $(document).ready(function () { }); function sendGA() { ga('send', 'event', 'WHOIS', 'Search'); } </script> </html>

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