var login_mallid = 'yellowherb'; var login_host = 'yellowherb.com'; var login_sessionid = '3f26815971802e2a15ad75b13bd975fd'; try { document.login_f.onsubmit = function() { var frm = document.login_f; if (frm.is_ssl != undefined && frm.is_ssl.checked == true) { frm.action = 'https://login.simplexi.com/echosting/secure_login_a.php'; // frm.action = 'https://login.simplexi.com/echosting/secure_login_a.php?predomain=' + login_host + '&sessionid=' + login_sessionid + '&mall_id=' + login_mallid; //frm.action = 'https://login.simplexi.com/echosting/secure_login_a.php?predomain=yellowherb.com&sessionid=3f26815971802e2a15ad75b13bd975fd&mall_id=yellowherb'; //frm.action = 'http://yellowherb.com/front/php/ec_secure.php?return_url=http://yellowherb.com/front/php/login/login_a.php?predomain=yellowherb.com&sessionid=3f26815971802e2a15ad75b13bd975fd'; // } else { // frm.action = 'http://yellowherb.cafe24.com/front/php/login/login_a.php?predomain=yellowherb.com&sessionid=3f26815971802e2a15ad75b13bd975fd'; } return true; } } catch(e) {}