Contact Us

Jiangsu Junyuan New Material Co., Ltd.

AddNo.108, Mu Dan Jiang Rd, Rudong Economic Development Zone, Nantong, Jiangsu, 226400 China

Tel:86-513-84536858
Fax:86-513-84536658

 

Sale center

Add:Room1803,North Building, Fortune 108 Square No.1839,Qi Xin Rd, Min Hang District, Shanghai, 201101 China

Tel:86-21-58518866
Fax:86-21-58218666

Website: www.cnjunyuan.com
Mailbox: mym@cnjunyuan.com

Contacts: Yumei Ma
MP: 13321868888

function validate() { if ($("#TextName").val() == "") { alert("Please enter your name!"); $("#TextName").focus(); return false; } if ($("#TextEmail").val() == "") { alert("Please enter your mailbox!"); $("#TextEmail").focus(); return false; } else { var myreg = /^[^\.@]+@[^\.@]+\.[a-z]+$/; if (!myreg.test($("#TextEmail").val())) { alert('Error in mailbox format!'); $("#TextEmail").focus(); return false; } } if ($("#TextWebsite").val() == "") { alert("Please enter your address!"); $("#TextWebsite").focus(); return false; } if ($("#textContent").val() == "") { alert("Please lose the message!"); $("#textContent").focus(); return false; } $.post("ajax/recommendbaoming.aspx", { Txtname: $.trim($("#TextName").val()), Txtwebsite: $.trim($("#TextWebsite").val()), TxtEmail: $.trim($("#TextEmail").val()), TxtContent: $.trim($("#textContent").val()) }, function (data) { if (data == "0") { alert("Message success"); location.reload(); return true; } if (data == "2") { alert("Sorry, your message is too frequent. Please try again later."); return false; } else { alert("Message failure"); return false; } }); return true; } $(function () { $("#m_65").addClass("active").siblings().removeClass("active"); });