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