var login_mallid = 'seescafe'; var login_host = 'seescafe.com'; var login_sessionid = 'c5ac5f2c116c42893d06956289605a46'; 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=seescafe.com&sessionid=c5ac5f2c116c42893d06956289605a46&mall_id=seescafe'; //frm.action = 'http://seescafe.com/front/php/ec_secure.php?return_url=http://seescafe.com/front/php/login/login_a.php?predomain=seescafe.com&sessionid=c5ac5f2c116c42893d06956289605a46'; // } else { // frm.action = 'http://seescafe.cafe24.com/front/php/login/login_a.php?predomain=seescafe.com&sessionid=c5ac5f2c116c42893d06956289605a46'; } return true; } } catch(e) {}