Alloy Metal Mesh

Home > Products > Alloy Metal Mesh

Alloy Metal Mesh

The Alloy Metal Mesh Refers to Hastelloy, inconel, monel, Nichrome and ect.., common feature of them is that all contain nickel with other different metals. Usually alloy mesh has high corrosion resistance. Mainly used in chemical industry, marine filtration and other industries.

Alloy Metal Mesh
Product Code
Product
Product Info
Type
Material

Make an Enquiry

Get quote or arrange a callback from one of our specialist sales agents

Enquire Now

Message X

$(function() { $(document).on('click', function (e) { if ($(e.target).closest('.search').length > 0) { // alert('弹出框内部被点击了'); $(".search_box").show(); } else { // alert('弹出框以外的部分被点击了'); // 关闭弹框 $(".search_box").hide(); // $('.choose-box').hide(); } }) $('.search .fa-search').on('click', function() { $(".search_box").toggleClass("none"); }); $('#submit').on('click', function() { var uname = $('#uname').val(); var uphone = $('#uphone').val(); var uemail = $('#uemail').val(); if (!uname) { alert("Please type in your name"); return false; } if (!uphone) { alert("Please type phone number"); return false; } //if (!/^1\d{10}$/.test(uphone)) { // alert("Phone number format is incorrect"); // return false; //} if (!uemail) { alert("Please type the email address"); return false; } var myreg = /^([\.a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/; if (!myreg.test(uemail)) { alert("Please enter a valid email address"); return false; } $('.contact-message form').submit(); }); $('#uusubmit').on('click', function() { var uname = $('#uuname').val(); var uphone = $('#uuphone').val(); var uemail = $('#uuemail').val(); if (!uname) { alert("Please type in your name"); return false; } if (!uphone) { alert("Please type phone number"); return false; } //if (!/^1\d{10}$/.test(uphone)) { //alert("Phone number format is incorrect"); //return false; //} if (!uemail) { alert("Please type the email address"); return false; } var myreg = /^([\.a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/; if (!myreg.test(uemail)) { alert("Please enter a valid email address"); return false; } $('.contact-message form').submit(); }); })