Chrysler Direct - Login Page (2024)

"); modalContainer.style.display = "none"; iframeModalContent.style.display = "none"; } document.getElementById('iframeModalContent').onload = function() { if(header == 'MyTransactionLocationInfo'){ iframeModalContent.contentDocument.getElementById("stdplResponsiveHeaderContainer").style.display='none'; iframeModalContent.contentDocument.getElementsByClassName('navBar')[0].style.display="none"; iframeModalContent.contentDocument.getElementsByClassName('footer')[0].style.display="none"; modalContent.style.display = "block"; } } } function showProgressStatus(senderID) { var headerText = "Loading "; if (typeof senderID != 'undefined' && senderID != null) { var sender = document.getElementById(senderID); if (typeof sender != 'undefined' && sender != null) { headerText += sender.innerHTML; } } var progressBar = document.getElementById("loadingProgressBar"); if (typeof progressBar !== 'undefined' && progressBar != null) { document.getElementById("loadingProgressBarContent").innerHTML = headerText; progressBar.style.display = "block"; var marginTop = document.documentElement.clientHeight - 30; progressBar.style.marginTop = marginTop + "px"; } } function hideProgressStatus() { setTimeout(function() { var progressBar = document.getElementById("loadingProgressBar"); if (typeof progressBar !== 'undefined' && progressBar != null) { progressBar.style.display = "none"; } }, 500); } function dummyCallBack(senderId) { // dummy callback, don't do anything setAppShellCookie("isInNativeAppShellContainerString", false, 3); hideProgressStatus(); } function updateIsContainerCallBack(senderId) { __isInNativeAppShellContainer = true; setAppShellCookie("isInNativeAppShellContainerString", true, 3); hideProgressStatus(); showPushNotificationMenuItem(); checkHondaUSiOSHeader(); } function showPushNotificationMenuItem() { if ((supportAppShellPushNotificationMenu() && __isInNativeAppShellContainer) || (__isInNativeAppShellContainer && supportPussNotifications())) { var pushNotificationMenuItem = document.getElementById("pushNotificationsMenuItem"); var pushnNotificatioText='Push Notification'; if (typeof pushNotificationMenuItem !== 'undefined' && pushNotificationMenuItem != null) { pushNotificationMenuItem.setAttribute('class', 'over'); var pushNotificationMenuLinkItem = document.getElementById("pushNotificationsLink"); pushNotificationMenuLinkItem.textContent = pushnNotificatioText; } } } function supportAppShellPushNotificationMenu() { var isSupport = 'false'.trim().toLowerCase(); if (isSupport === '1' || isSupport === 'true') { return true; } return false; } function supportPussNotifications() { var isSupport = 'false'.trim().toLowerCase(); if (isSupport === '1' || isSupport === 'true') { return true; } return false; } function showPushNotificationSettingScreen() { if ((supportAppShellPushNotificationMenu() && __isInNativeAppShellContainer)||(__isInNativeAppShellContainer && supportPussNotifications())) { var context = window; if (typeof Android !== "undefined" && Android !== null) { context = Android; } else if ( typeof webkit !== "undefined" && webkit !== null && typeof webkit.messageHandlers !== "undefined" && webkit.messageHandlers !== null ) { if (typeof webkit.messageHandlers.appShellScriptMessageHandler !== "undefined" && webkit.messageHandlers.appShellScriptMessageHandler !== null) { webkit.messageHandlers.appShellScriptMessageHandler.postMessage( {"showPushNotificationSetting": {"name": "pushNotificationSettingShowed"}} ); return; } } try { context.showPushNotificationSetting("pushNotificationSettingShowed"); } catch (e) {} return; } } function pushNotificationSettingShowed(refreshPage) { var closem*nuBtn = document.getElementById('trigger'); if (closem*nuBtn != undefined) { closem*nuBtn.click(); } if (refreshPage) { window.location.reload(); } } var __currentScannedVin = ''; function scannedVin(vin) { if (__currentScannedVin !== vin) { __currentScannedVin = vin; } jQuery(document).ready(function () { var vinInputElm = document.getElementById("input_137010005"); if (vinInputElm == undefined) { vinInputElm = document.getElementById("input_146030001"); } if(vinInputElm == undefined) { vinInputElm = document.getElementById("input_999000000"); } vinInputElm.value = __currentScannedVin; }); } function getAppShellCookie(cookieName) { var name = cookieName + "="; var decodedCookie = decodeURIComponent(document.cookie); var cookieItems = decodedCookie.split(";"); for (var i = 0; i < cookieItems.length; i++) { var c = cookieItems[i]; while (c.charAt(0) == " ") { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function setAppShellCookie(cookieName, cookieValue, exdays) { var date = new Date(); date.setTime(date.getTime() + exdays * 24 * 60 * 60 * 1000); var expires = "expires=" + date.toUTCString(); document.cookie = cookieName + "=" + cookieValue + ";" + expires + ";path=/;SameSite=Strict;Secure;Partitioned"; } function getOSName() { var userAgent = window.navigator.userAgent; var platform = window.navigator.platform; var macosPlatforms = ["Macintosh", "MacIntel", "MacPPC", "Mac68K"]; var windowsPlatforms = ["Win32", "Win64", "Windows", "WinCE"]; var iosPlatforms = ["iPhone", "iPad", "iPod"]; var osName = "Unknown OS"; if (macosPlatforms.indexOf(platform) !== -1) { osName = "Mac OS X"; } else if (iosPlatforms.indexOf(platform) !== -1) { osName = platform; } else if (windowsPlatforms.indexOf(platform) !== -1) { osName = "Windows"; } else if (/Android/.test(userAgent)) { osName = "Android"; } else if (!os && /Linux/.test(platform)) { osName = "Linux"; } return osName; } function checkHondaUSiOSHeader() { // hide the HondaUS iOS app shell header if (__isInNativeIosAppShellContainer && privateLabelId == 146) { jQuery("", { rel: "stylesheet", type: "text/css", href: "themes/dcss/cacheable/eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJvbC1zdGFuZGFyZC1wcy03ZGM3OTY1ZDY0LWJsOHg1Ljc1LjE3MTg0NDc4MTgxODMiLCJpYXQiOjE3MTg0NDc4MTgsInN1YiI6ImRjc3MiLCJpc3MiOiJPTGlRIiwiY3NzTmFtZXMiOlsibmF0aXZlQXBwU2hlbGxDc3MiXSwicGxJZCI6NzUsImJ1aWxkVGltZSI6IjIwMjQwNjEyMTg1MSIsImRjc3NCcm93c2VyS2V5IjoiMTAwMDAwIiwiZXhwIjoyMDMzODA3ODE4fQ.PFSdRZMlkDIjk4jddmYLdfNx2c9RH6q9Xig5Ep1VQBw.dcss" }).appendTo("head"); } if (__isInNativeIosAppShellContainer) { setAppShellCookie("isInIosNativeAppShellContainerString", true, 3); } } function hasVrrOrCosOnPage() { var pages = ["searchReports.html","detail.html", "transportationOrder.html", "buyAccepted.html", "turnin.html"]; var url = location.href; var urlWithoutParams = getURLWithoutParams(url); for(var i = 0; i < pages.length; i++) { if(urlWithoutParams.toLowerCase().indexOf(pages[i].toLowerCase()) >= 0) { return true; } } return false; } function openVrrPdfPopUp(pdfFileName, vehicleId) { var vehicleReturnReceiptUrl = ''; var pdfDocumentServerUrl = ''; var url = vehicleReturnReceiptUrl + "&vehicleId=" + vehicleId; pdfPopUp = window.open(url); } var ngCosServiceUrl = "https://postsales.adesa.com/postsales/"; function isPagePdf(url) { var urlWithoutParams = getURLWithoutParams(url); var pages = ["confirmationOfSale.hpdf", "vehicleReleaseForm.html","confirmationOfSale.html", "vehicleReturnReceipt.html"]; for(var i = 0; i < pages.length; i++) { if(urlWithoutParams.toLowerCase().indexOf(pages[i].toLowerCase()) >= 0) { return true; } } return false; } function getURLWithoutParams(url) { if(url.indexOf("?") >= 0) return url.substr(0, url.indexOf('?')); else return url; } jQuery(document).ready(function () { var __isInNativeAppShellContainerString = getAppShellCookie("isInNativeAppShellContainerString"); if (__isInNativeAppShellContainerString == "") { checkContainerAction("checkContainerFooterLink", dummyCallBack, "updateIsContainerCallBack", "updateIsContainerCallBack"); } else { __isInNativeAppShellContainer = __isInNativeAppShellContainerString == "true" ? true:false; if (__isInNativeAppShellContainer) { if ( typeof webkit !== "undefined" && webkit !== null && typeof webkit.messageHandlers !== "undefined" && webkit.messageHandlers !== null ) { var messageHandlers = typeof webkit.messageHandlers .appShellScriptMessageHandler; if ( messageHandlers.appShellScriptMessageHandler !== "undefined" && messageHandlers.appShellScriptMessageHandler !== null ) { __isInNativeIosAppShellContainer = true; } } hideMenus(); } } if(__isInNativeAppShellContainer && __isInNativeIosAppShellContainer) { var headerSelection = document.getElementById('desktopNavBar'); if(headerSelection) { headerSelection.style.display = "none"; } headerSelection = document.getElementById('stdplResponsiveHeaderContainer'); if(headerSelection) { headerSelection.style.display = "none"; } } if(__isInNativeAppShellContainer && hasVrrOrCosOnPage()) { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = ngCosServiceUrl + "dummy.hpdf?type=script"; document.getElementsByTagName('head')[0].appendChild(script); var scriptLes = document.createElement('script'); scriptLes.type = 'text/javascript'; scriptLes.src = __lesBaseUrl + '/dummy.html?type=script'; document.getElementsByTagName('head')[0].appendChild(scriptLes); var defaultWindowOpen = window.open; window.open = (url, name, specs, replace) => { if (__isInNativeAppShellContainer && isPagePdf(url)) { window.location = (url+"&__appShellFileType=pdf"); } else { defaultWindowOpen(url, name, specs, replace); } } //for var anchorElements = document.getElementsByTagName('a'); for (var i in anchorElements) { var ele = anchorElements[i]; if(ele.href && isPagePdf(ele.href) && !(isUndefinedOrNull(ele.target)) && ele.target != '') { ele.href = ele.href +"&__appShellFileType=pdf"; ele.removeAttribute("target"); } } } checkHondaUSiOSHeader(); showPushNotificationMenuItem(); }); function retrievePrivacyPolicyHTMLURLBasedOnContainer(senderId) { checkContainerAction(senderId,retrievePrivacyPolicyNonAppShellUrl, "retrievePrivacyPolicyAppShellModelUrl", "retrievePrivacyPolicyAppShellModelUrl"); } function retrievePrivacyPolicyNonAppShellUrl(senderId) { fetchDocuments(senderId, htmlPrivacyPolicyObjectNonAppShellReturnCallback); } function retrievePrivacyPolicyAppShellModelUrl(senderId) { clearTimeout(requestAppShellVerifactionTimer); fetchDocuments(senderId, htmlPrivacyPolicyObjectAppShellReturnCallback); } function htmlPrivacyPolicyObjectNonAppShellReturnCallback(senderID, privacyPolicyObject){ var sender = document.getElementById(senderID); var targetUrl = null; if (typeof privacyPolicyObject == 'undefined' || privacyPolicyObject == null || typeof privacyPolicyObject.htmlLink == 'undefined' ) { targetUrl = sender.getAttribute("pdf_link"); }else{ targetUrl = privacyPolicyObject.htmlLink; } if (typeof targetUrl != 'undefined' && targetUrl != null) { sender.href = targetUrl; sender.target = "_blank"; var win = window.open(sender.href, '_blank'); if (typeof win != 'undefined' && win != null) { win.focus(); } else { alert("Please allow pop-ups in Pop-ups Block for the site and try again."); } hideProgressStatus(); } hideProgressStatus(); } function htmlPrivacyPolicyObjectAppShellReturnCallback(senderID, privacyPolicyObject) { var sender = document.getElementById(senderID); if (typeof privacyPolicyObject == 'undefined' || privacyPolicyObject == null) { return; } var targetUrl = privacyPolicyObject.htmlLink; if (typeof targetUrl != 'undefined' && targetUrl != null) { openHtmlModal(targetUrl, sender); hideProgressStatus(); } } function fetchDocuments(senderID, objectReturnCallback) { showProgressStatus(senderID); if(senderID =='privacyPolicyHonda' || senderID == 'privacyPolicyAcura') { var aLink = document.getElementById(senderID); if (typeof aLink !== 'undefined' && aLink != null) { var linkUrl = aLink.getAttribute('pdf_link'); var modelObject = {}; if(linkUrl !=null && linkUrl!= 'undefined'){ modelObject.htmlLink = linkUrl; } objectReturnCallback(senderID, modelObject); } } } function hideMenus(){ var hideMenuListItems = ''.split(','); if(!(jQuery.isEmptyObject(hideMenuListItems))){hideMenuListItems.forEach(function(item){ var menus = jQuery("#_LIST > a, .over > a, .over > div"); if(!isUndefinedOrNull(menus)){ menus.each(function(){ if(jQuery(this).text().trim() == trim(item)){ jQuery(this).parent().hide(); } }); } }); } } function getBusinessDay(startDate, days) { let countDays = days; const day = moment(startDate); while (countDays != 0) { day.add(1, 'd'); if (day.day() == 0 || day.day() == 6) { continue; } countDays--; } return day; } function addBusinessDays(fromBusinessDays, endBusinessDays, isLayout) { const isFrenchLanguage = isFrench(); isFrenchLanguage ? moment.locale('carsArrive_fr', { months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'), }) : moment.locale('en'); const min = Number(fromBusinessDays) || 0; const max = Number(endBusinessDays) || 0; const days = max - min; const startDay = this.getBusinessDay(moment(), min); const endDay = this.getBusinessDay(startDay, days); const delimiter = ' - '; const sameYear = startDay.year() === endDay.year(); const strStart = sameYear? startDay.format('MMMM DD') : startDay.format('MMMM DD, YYYY'); const strEnd = endDay.format('MMMM DD, YYYY'); if(isLayout === true) { return strStart + delimiter + strEnd; } return "Estimated Delivery: " + strStart + delimiter + strEnd; } function popupSalesForce(url) { if(__isInNativeAppShellContainer) { openiFramePdfPopUp(url); } else { var win_width = screen.width-200; var win_height = screen.height-268; var win_left = (screen.width - win_width)/2; var win_top = 50; var params = 'width='+win_width+', height='+win_height; params += ', top='+win_top+', left='+win_left; params += ', directories=yes'; params += ', location=yes'; params += ', menubar=yes'; params += ', resizable=yes'; params += ', scrollbars=yes'; params += ', status=yes'; params += ', toolbar=yes'; newwin=window.open(url,'windowname5', params); if (window.focus && newwin != null) { newwin.focus(); } } return false; }

Chrysler Direct - Login Page (1)

Chrysler Direct - Login Page (2)

Please login with your username and password.

Forgot Username or Password?

Copyright © 2024 ADESA, Inc. All Rights Reserved.|Powered by OPENLANE

© 2024 Chrysler Capital. Chrysler Capital is a registered trademark of FCA US LLC and licensed to Santander Consumer USA Inc. Lease agreements are owned by CCAP Auto Lease Ltd. and serviced by Chrysler Capital. Chrysler, Dodge, Jeep, Ram, Mopar and SRT are registered trademarks of FCA US LLC. FIAT is a registered trademark of Fiat Group Marketing & Corporate Communication S.p.A., used with permission.

×

×

Loading

Chrysler Direct - Login Page (2024)
Top Articles
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 6151

Rating: 4.3 / 5 (64 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.