omtv2.goldmedalbakery.com
Open in
urlscan Pro
70.91.132.253
Public Scan
URL:
http://omtv2.goldmedalbakery.com/OMT_PRD/Manager.aspx
Submission: On August 02 via manual from IL — Scanned from DE
Submission: On August 02 via manual from IL — Scanned from DE
Form analysis
1 forms found in the DOMName: aspnetForm — POST Login.aspx
<form name="aspnetForm" method="post" action="Login.aspx" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_btnDefault')" id="aspnetForm">
<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="G4gVjGCKdYMavUfqxKzNJHENfFG4sk0BzjArLAGc78RgKuDcyGP5eTl3x9wjJt9mXzsSQGyBCBAhpD6/rS8hNTWdYjz+Lr0rZjaFaKIb0sjoII4ys9XK0c7+FKwP15WsEtdd6+4mKqYGt3J+LjQ6k+M4UwbBtVcASIx5ApzrM23gslDrAK2tptzhEhDCm9+Su/DlTzvunHiEa8MUljXQrUpBePGRlMJjD4ilIAXEtIxfS+UONFnhD3UeR11kHWPwGs3X2msk+YXmfIbWcLA3mEU1hCb+Fhaqxz7K+NoKWSrI4kIRb/7RFjZjIbPIx+Hwc3YBwnSVhaLT7OD+G+5UQ5DX65yVW0mo8bW2hfzXkaJsJmMmsWxDvjueBcaViKKz+E7+63YHUo4i62LSjcPoOpO9LuyyqOKZiQjppiK8eiIEH7HNGWPC+I8Ogl4wSbxiD13hEWY41VLsrmCkkQcX7vRvwc5MVFLOJ8OqZ5FOslZB0PL0Pi9ABUAL9dyGA6KGl9ec7pplNCm9Ukf5luN8D5bIqdj+OtxIwa0a1Ftvnqo10tv7T7BVmUU1raDjNeuvFLjqH3zOJTs0pHj26oA82v8My/ArHua8eO8ErnTGhCiH+IeG1pmxne+gZHgtPf8MJ4EJFFlZwuwGNSmlE1xU8X6jQnGaNcNag9fCRcpC1hLxxaS1lVWQ9oOvcJpJDKuZF4kbacLFL/SB+n3bRHld1PjPx7fD2MwrkrXzzY1y58tNKiGUh2KhbdV19FHFNZeF+EVs5iBEG5nZOlThzd8Sce0Cypy1RzdWWgEZJ45yJR8dxTTZ7HkAZ/cMgDq9w6xsqnXR/CtP3LhEhy8tzlHKTg==">
</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="/OMT_PRD/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZApT6h-MkN0PmeHDSuPJL2eI1F8tvB8ixL0RWnqvXIYYZmAtCAXoguJt6UyTT6Retg2&t=637492494610694455" type="text/javascript"></script>
<script src="/OMT_PRD/WebResource.axd?d=JoBkLzP19aTuxbWOhHobYnrBM6joYhYzMo_8V3wHeMe74W8TGTuIBUK2LDPCJMWFizIDlQAJQ8kjCJq0Fb3fYw2&t=637492494610694455" type="text/javascript"></script>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CB923A74">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
value="feU0wfOWJXuEOzW3nqdEwFz+N2J4h/VPUavmVyKo5Ul92+oTRC68WpOODnVC5OWSt3ylDdghwd+bM6U/FvgfMKojLbZ/+ao/Xs1duASlIdkudmIzMY8xjjfaQH8eVLmh8NLfTcGsE3sxWbnaa8lH+13pgisQN/tvK0qW5oOvpgI=">
</div>
<table class="MasterTable" cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td>
<script language="javascript" type="text/javascript">
function HideServerMessages(containerID) {
var sapConnectFailureControl = document.getElementById('ctl00_ContentPlaceHolder1_sapConnectFailure');
if (sapConnectFailureControl != null) {
sapConnectFailureControl.style.visibility = 'hidden';
}
var userLoginFailureControl = document.getElementById('ctl00_ContentPlaceHolder1_userLoginFailue');
if (userLoginFailureControl != null) {
userLoginFailureControl.style.visibility = 'hidden';
}
}
function trim(mystring) {
var returnVal = '';
if (mystring != '') {
var i = 0;
for (var i = 0; i < mystring.length; i++) {
if (mystring.charAt(i) != ' ') returnVal = returnVal + mystring.charAt(i);
}
}
return returnVal;
}
function ValidateLogin() {
var loginControl = document.getElementById('ctl00_ContentPlaceHolder1_txtUsername');
var passwordControl = document.getElementById('ctl00_ContentPlaceHolder1_txtPassword');
var messageControl = document.getElementById('ctl00_ContentPlaceHolder1_loginValidator');
if (loginControl != null && passwordControl != null && messageControl != null) {
var IsLoginPasswordMissing = false;
if (IsLoginPasswordMissing == false && (loginControl.value == null || trim(loginControl.value) == '')) {
IsLoginPasswordMissing = true;
}
if (IsLoginPasswordMissing == false && (passwordControl.value == null || trim(passwordControl.value) == '')) {
IsLoginPasswordMissing = true;
}
if (IsLoginPasswordMissing) {
messageControl.style.display = 'block';
HideServerMessages();
return false;
} else {
messageControl.style.display = 'none';
return true;
}
}
}
function ClickLoginIfEnter() {
if (event.keyCode == 13) {
var loginButton = document.getElementById('ctl00_ContentPlaceHolder1_btnLogin');
if (loginButton != null) {
event.keyCode = 0;
event.cancelBubble = true;
loginButton.click();
return false;
}
}
return event.keyCode;
}
</script>
<div id="ctl00_ContentPlaceHolder1_ContentPanel" style="width:100%;">
<table id="ContentHeader" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="100%" valign="top" align="left">
<div id="gm_logo">
</div>
</td>
</tr>
<tr>
<td class="HeaderPalette">
<div id="HeaderSelectedFunction" style="float:left;text-align:left;margin:4px 0px 0px 2px;padding:0px 0px 0px 0px;">Welcome to the Order Management Tool</div>
</td>
</tr>
<tr class="Verticalborder">
<td>
<table id="mainTable">
<tbody>
<tr style="height: 20px">
<td>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<table id="loginTable" align="center">
<tbody>
<tr class="TableRow">
<td colspan="2" class="RightPane">
<div id="ctl00_ContentPlaceHolder1_loginValidator" class="ErrorMessageStyle" style="display: none;"> Both Username and Password are required. </div>
<div id="ctl00_ContentPlaceHolder1_omtDownMessage" class="ErrorMessageStyle" style="display: none;"> OMT is down temporarily. </div>
<div id="ctl00_ContentPlaceHolder1_sapConnectFailure" class="ErrorMessageStyle" style="display: none;"> System is down, please contact Gold Medal Bakery </div>
<div id="ctl00_ContentPlaceHolder1_userLoginFailue" class="ErrorMessageStyle" style="display: none;"> Authentication unsuccessful, please verify your username & password </div>
<div id="ctl00_ContentPlaceHolder1_userLocked" class="ErrorMessageStyle" style="display: none;"> Your account has been locked out due to incorrect logins attempts.<br> Please contact Gold Medal Customer Service.
</div>
</td>
</tr>
<tr class="TableRow">
<td colspan="2">
<div id="LoginMessageStyle" class="LoginMessageStyle">
<span id="ctl00_ContentPlaceHolder1_LoginMessage">
<style>
.LoginMessageStyle {
width: 100% !Important;
}
.BoldItalicUpper {
font-weight: bold;
font-style: italic;
text-transform: uppercase;
}
.border,
.border tr,
.border td {
border: 1px solid black;
}
</style>
<span style="text-align:center; color:red; width:100%; display:block; font-size: 1.4em;">
</span>
</span>
</div>
</td>
</tr>
<tr class="TableRow">
<td class="LeftPane" align="center"> Username </td>
<td class="RightPane" onkeydown="Javascript:return ClickLoginIfEnter();">
<input name="ctl00$ContentPlaceHolder1$txtUsername" type="text" id="ctl00_ContentPlaceHolder1_txtUsername" title="Enter Gold Medal Username" style="width:150px;">
</td>
</tr>
<tr class="TableRow">
<td class="LeftPane"> Password </td>
<td class="RightPane" onkeydown="Javascript:return ClickLoginIfEnter();">
<input name="ctl00$ContentPlaceHolder1$txtPassword" type="password" id="ctl00_ContentPlaceHolder1_txtPassword" title="Enter Gold Medal Password" style="width:150px;">
</td>
</tr>
<tr class="TableLastRow">
<td>
</td>
<td class="RightPane" align="center">
<input type="image" name="ctl00$ContentPlaceHolder1$btnLogin" id="ctl00_ContentPlaceHolder1_btnLogin" src="images/blue_button_login.png" alt="Login" onclick="javascript:return ValidateLogin();"
style="border-width:0px;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="BasePalette" align="right">
<div id="serverBox">
<span id="ctl00_ContentPlaceHolder1_lblServerName">GMBOMT6</span> <span id="ctl00_ContentPlaceHolder1_lblProductVersion"> (S) v2.0.7703</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
<tr>
<td align="center">
<div id="footer">
<span id="ctl00_lblFooter">@2023 Gold Medal Bakery. All Rights Reserved</span>
</div>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
//<![CDATA[
WebForm_AutoFocus('ctl00_ContentPlaceHolder1_txtUsername'); //]]>
</script>
</form>
Text Content
Welcome to the Order Management Tool Both Username and Password are required. OMT is down temporarily. System is down, please contact Gold Medal Bakery Authentication unsuccessful, please verify your username & password Your account has been locked out due to incorrect logins attempts. Please contact Gold Medal Customer Service. Username Password GMBOMT6 (S) v2.0.7703 @2023 Gold Medal Bakery. All Rights Reserved