www.directs.com
Open in
urlscan Pro
54.196.217.218
Public Scan
Submitted URL: https://prod.dssi.net/Product/avance-machine-detergent-8988045?quantity=1&
Effective URL: https://www.directs.com/DSSI/default.aspx?continueUrl=%2fProduct%2favance-machine-detergent-8988045%3fquantity%3d1%26&or...
Submission: On February 15 via manual from US — Scanned from DE
Effective URL: https://www.directs.com/DSSI/default.aspx?continueUrl=%2fProduct%2favance-machine-detergent-8988045%3fquantity%3d1%26&or...
Submission: On February 15 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST ./default.aspx?continueUrl=%2fProduct%2favance-machine-detergent-8988045%3fquantity%3d1%26&orr=do
<form method="post" action="./default.aspx?continueUrl=%2fProduct%2favance-machine-detergent-8988045%3fquantity%3d1%26&orr=do" id="aspnetForm" novalidate="novalidate" onsubmit="return hashPassword(this)">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="/wEPDwUKLTEzMjg5MTcyOQ9kFgJmD2QWBGYPZBYEAgYPFgIeBGhyZWYFNi9MaWJyYXJpZXMvU3R5bGVTaGVldHMvRFNTSUxvZ2luRGVza3RvcC5jc3M/dj0yMDE3MDUwNGQCBw8WAh8ABUNodHRwczovL2R1ZWwuZGlyZWN0c3VwcGx5Y2RuLmNvbS92MjAxNi4wOS4yNy4xNjQ2MTUvc3R5bGVzL2R1ZWwuY3NzZAIBDxYCHghvbnN1Ym1pdAUZcmV0dXJuIGhhc2hQYXNzd29yZCh0aGlzKRYIAgEPDxYCHghJbWFnZVVybAUkL2ltYWdlcy9kc3NpL1VubGVhc2hUaGVQb3dlckRTU0kuanBnZGQCAg8PFgIfAgUhL2ltYWdlcy9kc3NpL0RpcmVjdFN1cHBseURTU0kucG5nZGQCAw9kFgICAg8PFgQeC05hdmlnYXRlVXJsBSdqYXZhc2NyaXB0OnBvcHVwSGVscCgid3d3LmRpcmVjdHMuY29tIikeBFRleHQFBEhlbHBkZAIEDxYCHgV2YWx1ZQUHU2lnbiBJbmQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgEFHmN0bDAwJE1vYmlsZUNvbnRlbnQkcmVtZW1iZXJNZeJ+UdAlRSCc1jNJobwxF2o9Ml+e">
</div>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="14BE119C">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
value="/wEdAAdHSK3daQIrv6DctUGNOWdwytvsTCaFiP34JvPVjIdLQfFtIRXf4Azt5KDlwLyeYeIxHESZZIxIw0u2Qj3inl5EpksZ0cRHeQwdNAeVi272BEXOlidScTmKsa6Xu5FlgJq59cFYSeeSKd2aY96DukbxzRUbbzLK8ZRWxqb5a/P4BSkpv1A=">
</div>
<div>
<input type="hidden" id="salt" name="salt" value="IFNULJtqtek=">
<input type="hidden" id="saltedhashpwd" name="saltedhashpwd" value="value">
<input type="hidden" id="saltedhashpwdnocase" name="saltedhashpwdnocase" value="value">
<input type="hidden" id="md5pwd" name="md5pwd" value="value">
<input type="hidden" id="mobilesaltedhashpwd" name="mobilesaltedhashpwd" value="value">
<input type="hidden" id="mobilesaltedhashpwdnocase" name="mobilesaltedhashpwdnocase" value="value">
<input type="hidden" id="mobilemd5pwd" name="mobilemd5pwd>" value="value">
<script type="text/javascript">
//on startup, blank out the field
var hidSourceID = document.getElementById("ctl00_MainContent_hidSourceID");
hidSourceID.value = "";
function SetSource(SourceID) {
var hidSourceID = document.getElementById("ctl00_MainContent_hidSourceID");
hidSourceID.value = SourceID;
}
function hashPassword(form) {
form.saltedhashpwd.value = hashStringToBase64stringWithSalt(form.password.value, form.salt.value);
form.saltedhashpwdnocase.value = hashStringToBase64stringWithSalt(form.password.value.toUpperCase(), form.salt.value);
form.mobilesaltedhashpwd.value = hashStringToBase64stringWithSalt(form.mobilepassword.value, form.salt.value);
form.mobilesaltedhashpwdnocase.value = hashStringToBase64stringWithSalt(form.mobilepassword.value, form.salt.value);
var encCustCodes = "GSS|GST|YOU";
if (encCustCodes.indexOf(form.custcode.value.toUpperCase()) != -1) {
form.md5pwd.value = hex_md5((form.password.value + form.custcode.value).toUpperCase());
form.md5pwd.value = hashStringToBase64stringWithSalt(form.md5pwd.value, form.salt.value);
form.mobilemd5pwd.value = hex_md5((form.mobilepassword.value + form.mobilecustcode.value).toUpperCase());
form.mobilemd5pwd.value = hashStringToBase64stringWithSalt(form.mobilemd5pwd.value, form.salt.value);
}
form.password.value = "";
form.mobilepassword.value = "";
return true;
}
</script>
<script type="text/javascript">
function NoValidate() {
var mobile = document.getElementById("mobile-content");
if (mobile.clientWidth == 0) {
var main = document.forms[0];
var att = document.createAttribute("novalidate");
att.value = "novalidate";
main.setAttributeNode(att);
}
}
window.onload = NoValidate;
</script>
</div>
<div class="grid-tools FullSite">
<div class="container">
<div class="container-wrapper">
<div class="container-full-column">
<div class="sign-in-module">
<div class="sign-in-brand" style="height: 475px;">
<img id="ctl00_MarketingImage" src="/images/dssi/UnleashThePowerDSSI.jpg" alt="Direct Supply" style="border-width:0px;">
<div class="sign-in-tagline"></div>
</div>
<div class="sign-in-actions" style="height: 475px;">
<div class="site-logo" style="margin: 10px auto 10px;">
<img id="ctl00_SiteLogoImage" src="/images/dssi/DirectSupplyDSSI.png" alt="Direct Supply" style="border-width:0px;">
</div>
<div class="sign-in-form form-horizontal">
<input type="hidden" name="ctl00$MainContent$hidSourceID" id="ctl00_MainContent_hidSourceID">
<div class="form-group login-field">
<label class="col-sm-3 control-label">Corp Code</label>
<div class="col-sm-9">
<input class="form-control" type="text" tabindex="1" name="custcode" maxlength="3" value="" style="width: 35%;">
</div>
</div>
<div class="form-group login-field">
<label class="col-sm-3 control-label">Username</label>
<div class="col-sm-9">
<input class="form-control" type="text" tabindex="2" name="username" value="" style="width: 100%;">
</div>
</div>
<div class="form-group login-field">
<label class="col-sm-3 control-label">Password</label>
<div class="col-sm-9">
<input class="form-control" type="password" tabindex="3" name="password" style="width: 100%;">
</div>
</div>
<div class=" login-field">
<div>
<input class="form-control" type="hidden" name="resourcetype">
</div>
</div>
<div class=" login-field">
<div>
<input class="form-control" type="hidden" name="resourceid">
</div>
</div>
<div class="sign-in-message ">
</div>
<div class="sign-in-action sign-in-forgot-password-group">
<a href="ForgotPassword.aspx">Forgot Your Password?</a> | <a href="ChangePassword.aspx">Change Password</a> | <a id="ctl00_MainContent_helpPopup" href="javascript:popupHelp("www.directs.com")">Help</a>
</div>
<div style="margin-top: 10px; font-size: .85em;"> By signing in, you agree to our <a href="https://www.directsupply.com/legal/terms-of-use/" style="color: #007bc4; text-decoration: underline;">Terms of Use</a> and acknowledge you have
read our <a href="https://www.directsupply.com/legal/privacy-policy" style="color: #007bc4; text-decoration: underline;">Privacy Policy</a>. </div>
<div class="form-group sign-in-action sign-in-forgot-password-group">
<div class="sign-in-button">
<input name="ctl00$ImageSubmit" type="submit" id="ctl00_ImageSubmit" class="btn btn-info" value="Sign In">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer-platform" style="position: absolute; bottom: 0; width: 100%;">
<div class="container footer-platform">
<div class="container-wrapper">
<div class="copyright"> Copyright © DSSI 1998-2024 </div>
<div style="position: absolute; left: 225px; top: 30px; display: flex; column-gap: 20px; justify-content: space-between;">
<a href="https://www.directsupply.com/legal/terms-of-use/" style="color: #007bc4;">Terms of Use</a>
<a href="https://www.directsupply.com/legal/privacy-policy" style="color: #007bc4;">Privacy Policy</a>
<a href="https://www.directsupply.com/legal/cookie-policy" style="color: #007bc4;">Cookie Policy</a>
<a href="https://www.directsupply.com/legal/privacy-policy#california-collection-notice" style="color: #007bc4;">California Collection Notice</a>
<a href="javascript:void(0)" onclick="OneTrust.ToggleInfoDisplay()" style="
color: #007bc4;
">Your Privacy Choices <img src="https://branding.directsupply.com/assets/dsi/legal/opt-out.png" style="height: 1em;">
</a>
</div>
</div>
</div>
</footer>
</div>
<div id="ctl00_MobileContent_pnlMobile" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_MobileContent_MobileSignIn')">
<!--[if gt IE 8]><!-->
<div id="animate" class="MobileSite">
<div id="mobile-content">
<header id="mobile-logo">
<i class="icon-DSSI"></i>
</header>
<fieldset id="mobile-sign-in-form-fields">
<p class="form-group error-message">
</p>
<p id="custcode" class="form-group text-group">
<input name="ctl00$MobileContent$mobileCustCode" type="text" id="ctl00_MobileContent_mobileCustCode" data-type="form-field" required="required" tabindex="4" placeholder="Corporation Code" class="element-block">
<label class="fa fa-building-o"></label>
<label class="fa fa-check"></label>
</p>
<p id="username" class="form-group text-group">
<input name="ctl00$MobileContent$mobileUserName" type="text" id="ctl00_MobileContent_mobileUserName" data-type="form-field" required="required" tabindex="5" placeholder="User Name" class="element-block">
<label class="fa fa-user"></label>
<label class="fa fa-check"></label>
</p>
<p id="password" class="form-group text-group">
<input data-type="form-field" required="required" type="password" tabindex="6" name="mobilepassword" placeholder="Password" class="element-block">
<label class="fa fa-lock"></label>
<label class="fa fa-check"></label>
</p>
<p id="remember" class="form-group text-group">
<input id="ctl00_MobileContent_rememberMe" type="checkbox" name="ctl00$MobileContent$rememberMe"><label for="ctl00_MobileContent_rememberMe">Remember Me</label>
</p>
<p id="account-maintenance" class="form-group link-group">
<a href="ForgotPassword.aspx" title="Forgot Your Password?">Forgot Your Password?</a>
</p>
<p style="padding-left: 20px; padding-right: 20px;"> By signing in, you agree to our <a href="https://www.directsupply.com/legal/terms-of-use/" style="text-decoration: underline;">Terms of Use</a> and acknowledge you have read our
<a href="https://www.directsupply.com/legal/privacy-policy" style="text-decoration: underline;">Privacy Policy</a>. </p>
<p id="actions" class="form-group action-group">
<input type="submit" name="ctl00$MobileContent$MobileSignIn" value="Sign In" onclick="SetSource(this.id);" id="ctl00_MobileContent_MobileSignIn" class="btn element-block">
</p>
</fieldset>
<footer>
<div>Powered by <i class="icon-DSSI"></i></div>
<small>Copyright © DSSI 1998-2024</small>
<div style="display: flex; flex-direction: column; margin-top: 10px;">
<small>
<a href="https://www.directsupply.com/legal/terms-of-use/" style="">Terms of Use</a>
</small>
<small>
<a href="https://www.directsupply.com/legal/privacy-policy" style="">Privacy Policy</a>
</small>
<small>
<a href="https://www.directsupply.com/legal/cookie-policy">Cookie Policy</a>
</small>
<small>
<a href="https://www.directsupply.com/legal/privacy-policy#california-collection-notice">California Collection Notice</a>
</small>
<small>
<a href="javascript:void(0)" onclick="OneTrust.ToggleInfoDisplay()">Your Privacy Choices
<img src="https://branding.directsupply.com/assets/dsi/legal/opt-out.png" style="height: 1em;">
</a>
</small>
</div>
</footer>
</div>
</div>
<!--<![endif]-->
</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="/dssi/WebResource.axd?d=dnm_ri4wXYZztcET52REZj8uIfKLGOF6XmAMJuwvtiJ84Cq-29K_g_srOMdfOT9jdqJ7_PgxDKHcB2RBuVblzi3oiW41&t=638368855540000000" type="text/javascript"></script>
</form>
Text Content
Corp Code Username Password Forgot Your Password? | Change Password | Help By signing in, you agree to our Terms of Use and acknowledge you have read our Privacy Policy. Copyright © DSSI 1998-2024 Terms of Use Privacy Policy Cookie Policy California Collection Notice Your Privacy Choices Remember Me Forgot Your Password? By signing in, you agree to our Terms of Use and acknowledge you have read our Privacy Policy. Powered by Copyright © DSSI 1998-2024 Terms of Use Privacy Policy Cookie Policy California Collection Notice Your Privacy Choices By clicking Accept Cookies, you consent to our use of cookies to collect information about your browsing session, to optimize site functionality, for analytical purposes, and to advertise to you through third parties. Please note that you cannot opt out of necessary cookies. For more information see our Cookie Policy. If you are using an opt-out preference signal, we will honor that signal. Cookie Settings Accept Cookies PRIVACY PREFERENCE CENTER When you visit our website, we store cookies on your browser to collect information. The information collected might relate to you, your preferences or your device, and is mostly used to make the site work as you expect it to and to provide a more personalized web experience. However, you can choose not to allow certain types of cookies, which may impact your experience of the site and the services we are able to offer. Click on the different category headings to find out more and change our default settings according to your preference. You cannot opt-out of Strictly Necessary Cookies as they are deployed in order to ensure the proper functioning of our website (such as prompting the cookie banner and remembering your settings, to log into your account, to redirect you when you log out, etc.). For more information about the First and Third Party Cookies used please follow this link. Allow All MANAGE CONSENT PREFERENCES STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. Cookies Details PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. Cookies Details FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. Cookies Details Back Button COOKIE LIST Search Icon Filter Icon Clear checkbox label label Apply Cancel Consent Leg.Interest checkbox label label checkbox label label checkbox label label Confirm My Choices