www.gegridsolutions.com
Open in
urlscan Pro
107.154.192.80
Public Scan
URL:
http://www.gegridsolutions.com/Passport/ConfirmAccount.aspx
Submission: On January 24 via api from IE — Scanned from DE
Submission: On January 24 via api from IE — Scanned from DE
Form analysis
2 forms found in the DOMGET /searchresult.html
<form method="get" action="/searchresult.html">
<input name="addsearch" id="q" size="20" type="text" class="st-default-search-input addsearch">
<input type="submit" name="sa" id="sa" value="Search" border="0" width="16" height="16" alt="Search" title="Search" style="vertical-align: middle;">
</form>
Name: aspnetForm — POST ./ConfirmAccount.aspx
<form name="aspnetForm" method="post" action="./ConfirmAccount.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm" autocomplete="off">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTkzMzkyMjAxNWRkadn8uhvAAt6mzL6T/5NBivJVVuTMJdUEeKFsMLqo1bQ=">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
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=21Vk1q5h6EuUBhfu2Q1m1DpnmRpjxSr2WPkWcYffNN4GAT01x3Ct-i7xOThbSYS_AaPOVIV5hxuKKYsR4uCEO5irVCByKbp0YWp3_cqpDnA1&t=637814480020000000" type="text/javascript"></script>
<script src="/WebResource.axd?d=PSy1o-6r8vj-yB952Ce7_w7zD9xFMrPtkl-uBqkMqglogLFqVmvS8v485SjEZxWC0yAhVRnhxuRMthXdQImMCWGk9YoMFbSmjzGCl_KhdnM1&t=637814480020000000" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="EA08899B">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAXoUgNUIGCNrWdrkwCCmIg0mpIwfdR3Qkoh8Ga5gXs4/ajgaeqtuqxlrVTWOTvEVWYbWwQ7bK5cC3v23kv/P56RtEj3Y3NW6wd6TgusFPPlhEDUqdCOqfT8blOeksun3T8sHe8czYyUjTwhBVtxjaCr">
</div>
<div class="Passport_LoginTitle"> Confirm Your Account</div><br>
<input type="hidden" name="ctl00$BodyContent$confirmationtoken" id="ctl00_BodyContent_confirmationtoken">
<br>
<input name="ctl00$BodyContent$Password1" type="password" id="ctl00_BodyContent_Password1" class="Passport_Textbox" placeholder="Create your Password">
<span id="ctl00_BodyContent_RequiredFieldValidator1" style="color:Red;display:none;"></span>
<br>
<input name="ctl00$BodyContent$Password2" type="password" id="ctl00_BodyContent_Password2" class="Passport_Textbox" placeholder="Re-enter new Password">
<span id="ctl00_BodyContent_CompareValidator1" style="color:Red;display:none;"></span>
<br>
<label style="width:440px">Password must be at least 8 characters in length.</label>
<br>
<div id="ctl00_BodyContent_ValidationSummary1" class="Passport_ValidationErrorNowrap" style="color:Red;display:none;">
</div>
<br>
<input type="submit" name="ctl00$BodyContent$submit" value="" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$BodyContent$submit", "", true, "", "", false, false))"
id="ctl00_BodyContent_submit" class="Passport_ContinueButton">
<script type="text/javascript">
//<![CDATA[
var Page_ValidationSummaries = new Array(document.getElementById("ctl00_BodyContent_ValidationSummary1"));
var Page_Validators = new Array(document.getElementById("ctl00_BodyContent_RequiredFieldValidator1"), document.getElementById("ctl00_BodyContent_CompareValidator1"));
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var ctl00_BodyContent_RequiredFieldValidator1 = document.all ? document.all["ctl00_BodyContent_RequiredFieldValidator1"] : document.getElementById("ctl00_BodyContent_RequiredFieldValidator1");
ctl00_BodyContent_RequiredFieldValidator1.controltovalidate = "ctl00_BodyContent_Password1";
ctl00_BodyContent_RequiredFieldValidator1.display = "None";
ctl00_BodyContent_RequiredFieldValidator1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_BodyContent_RequiredFieldValidator1.initialvalue = "";
var ctl00_BodyContent_CompareValidator1 = document.all ? document.all["ctl00_BodyContent_CompareValidator1"] : document.getElementById("ctl00_BodyContent_CompareValidator1");
ctl00_BodyContent_CompareValidator1.controltovalidate = "ctl00_BodyContent_Password2";
ctl00_BodyContent_CompareValidator1.display = "None";
ctl00_BodyContent_CompareValidator1.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_BodyContent_CompareValidator1.clientvalidationfunction = "CustomValidator";
ctl00_BodyContent_CompareValidator1.validateemptytext = "true";
var ctl00_BodyContent_ValidationSummary1 = document.all ? document.all["ctl00_BodyContent_ValidationSummary1"] : document.getElementById("ctl00_BodyContent_ValidationSummary1");
ctl00_BodyContent_ValidationSummary1.displaymode = "SingleParagraph";
//]]>
</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
REGISTER / SIGN IN Transformers Gas-Insulated Substations Circuit Breakers Disconnectors (Switches) Instrument Transformers Capacitors & Reactors Voltage Regulators Bushings, Arresters & Insulators Digital Monitoring & Control Solutions SF6-free Solutions (g3) Asset Monitoring Protection Relays Automation & Control Advanced Automation Systems Substation Solutions Communications Automation & Protection Services HVDC Systems FACTS Electrical Balance of Plant Substation Projects Microgrids & Renewable Integration Energy Storage Solutions Transmission - AEMS & AMMS Wide Area Management System Outage Response Geospatial Asset Management Asset Lifecycle Management Flexible Service Agreement Asset Performance Management HV/MV Equipment Services HVDC & FACTS Services Automation & Protection Services Software Services Energy Consulting Technical Training Cybersecurity Generation Transmission Distribution Microgrids & Renewable Integration Energy Storage Wellheads Pipelines Refineries Industry & Infrastructure Mining Water & Wastewater Home Products & Services Industries News/Events About Us Resources Contact Store Grid Passport Customize your digital experience with personalized subscriptions. Unlock complete access to our engaging library of Interactive Tools, Product Resources, Training Videos and Industry Expert Talks. Confirm Your Account Password must be at least 8 characters in length. * Contact Information * Privacy * Cookies * Terms of Use * Security About GE’s Grid Solutions Grid Solutions, a GE Renewable Energy business, serves customers globally with over 13,000 employees. We provide power utilities and industries worldwide with equipment, systems and services to bring power reliably and efficiently from the point of generation to end power consumers. Grid Solutions is focused on addressing the challenges of the energy transition by enabling the safe and reliable connection of renewable and distributed energy resources to the grid. We electrify the world with advanced grid technologies and accelerate the energy transition. Copyright © GE, 2022 Close PreviousNext PreviousMaximize Next We use cookies to personalize and enhance your experience on our site. Visit our Privacy Policy to learn more or manage your personal preferences in our Cookie Consent Tool. DeclineAcceptOptions