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