Contact Form

Address

  • ADDRESS Address: No.473 Xiangneng Industrial
    Park,Hongqi Road,Zhuzhou,Hunan.

  • PHONE NUMBER Fax:+86 (731)-2285-8276
    Whatsapp: +86 18273014690
    Mobile Phone: +86 138 7338 0233

  • E-MAIL Technical:support@cxinduction.com
    Sales:cx319@chenxinzz.com

function getMailtoUrl() { var args = []; if(typeof subject !== 'undefined') { args.push('subject=' + encodeURIComponent('主题内容')); } var Username = jQuery("#Username").val(); var Email = jQuery("#Email").val(); var Phone = jQuery("#Phone").val(); var Message = jQuery("#Message").val(); var body = "\n" + "name:" + Username + "\n" + "email:" + Email + "\n" + "phone:" + Phone + "\n" + "message:" + Message if(typeof body !== 'undefined') { args.push('body=' + encodeURIComponent(body)) } var url = 'mailto:' + encodeURIComponent('support@cxinduction.com'); if(args.length > 0) { url += '?' + args.join('&'); } console.log(url); window.location = url; return url; }