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