function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function changCountry() { if(theform.country.value == 'tw') { area1 = ''; area2 = 'display'; } else if(theform.country.value) { area1 = 'display'; area2 = ''; } else { area1 = 'display'; area2 = 'display'; } document.getElementById('country1').className = area1; document.getElementById('country2').className = area2; checkAddress(); } function checkAddress() { if(theform.country.value == 'tw') { if(theform.county1.value && theform.address1.value) { theform.caddress.value = true; } else { theform.caddress.value = ''; } } else if(theform.country.value) { if(theform.zip2.value && theform.state2.value && theform.county2.value && theform.address2.value) { theform.caddress.value = true; } else { theform.caddress.value = ''; } } else { theform.caddress.value = ''; } checkInput(); } $(function(){ $('#contact_form').twzipcode(); });
親愛的客戶您好,如有產品安裝、設定相關問題,可先點選線上產品使用手冊、快速安裝教學短片、或常見問題, |