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