OW.ctl = "form";OW.rootpath = "/indexaspform/";OW.urlpath = "feedback";OW.page = "2";OW.typeid = "";OW.orderby = "";OW.time = "2023-09-25 05:13:19";OW.timer = "18800.01";OW.gid = "";OW.pid = ""; 
$(document).ready(function(){OW.ad.parse(2);});$(document).ready(function(){OW.ad.count(2);});

在线留言

昵称
联系电话
不会公开,请放心填写
联系邮箱
不会公开,请放心填写
网址
*留言内容

*验证码
$(document).ready(function(){var $owFormForm1 = $("form[name='form_1_post']"),$owFormSubmit1 = $owFormForm1.find("button[name='btn_submit']"),$owFormValidForm1 = OWValidForm({form:$owFormForm1});$owFormVcodeValue1 = $owFormForm1.find("input[name='verifycode_value']"),$owFormVerifycode1 = $owFormForm1.find("span[name='verifycode']");$owFormVcodeValue1.focus(function(){if(OW.isNull($owFormVerifycode1.html())){OW.verifyCode({boxer:$owFormVerifycode1})}});$owFormVcodeValue1.blur(function(){$(this).val(OW.parseVerifyCode($(this).val()))});$owFormSubmit1.click(function(){$owFormValidForm1.verify();if($owFormValidForm1.result){$owFormValidForm1.getFormData();var $owFormDialog1 = new OWDialog().posting().position();OW.ajax({url:$owFormForm1.attr("ajaxurl"),data:$owFormValidForm1.formData,success:function(){$owFormDialog1.success("提交成功").position();},failed:function(msg){$owFormDialog1.error("亲,很抱歉,提交保存失败,请查看以下错误提示信息!",msg).position().timeout(3);$owFormVcodeValue1.val("");OW.verifyCode({boxer:$owFormVerifycode1});}});};});});

数据列表

游客
2019-5-20 16:23:57#1
昵称
昆山普杰科特自动化技术服务有限公司  &nb
网址
留言内容
需要伺服压机的技术支持, 一款压机出力要求:1000~5000n 可调整。  位移曲线及压装力值
管理员
回复于 2019-6-26 15:37:41
已安排业务与您对接
12共2页共11条记录10条/页
$(document).ready(function(){ //网站导航 $("#main_nav li.n1").hover( function(){ $(this).addClass("hover"); $(this).find("div.subnav").show(); }, function(){ $(this).removeClass("hover"); $(this).find("div.subnav").hide(); } ); $("#main_nav li.n2").hover( function(){ $(this).addClass("hover"); $(this).find("div.sub3-nav").show(); }, function(){ $(this).removeClass("hover"); $(this).find("div.sub3-nav").hide(); } ); //**当前导航 $("#main_nav").find("li").each(function(){ var url = $(this).attr("url"), href = window.location.href; if(!OW.isNull(url)){ if(OW.runMode>0){ var len = href.length-url.length; if(href.indexOf(url)>-1 && href.indexOf(url)==len){ //alert("href="+ href +"|"+ href.indexOf(url) +" : url="+ url +"|"+ len); $(this).addClass("current"); return false; }; }else{ var para = href.split("?")[1] || ""; if(OW.isNull(para)){ $("#main_nav").find("li:first").addClass("current"); return false; }; if(href.split("?")[1] == url.split("?")[1]){ $(this).addClass("current"); return false; }; }; }; }); //在线客服(mini:迷你模式,list:展开模式) OW.client.serviceOnline({open:'1',data:'[{"name":"%u5BA2%u670D","tel":"0512-68416781","qq":"","crmqq":"","wangwang":"","skype":"","qrcode":"","text":""}]',initType:'mini'}); //用户登录状态 OW.member.userStatus({userStatusSection:$("#user_status")}); //购物车 OW.shop.cartInit({ cartAmountSection:$("span[name='cart_amount']") }); //返回顶部 var $owFloater = $("#ow_floater"), $top = $owFloater.find("a.top").hide(); $(window).scroll(function(){ var top = parseInt(document.body.scrollTop || document.documentElement.scrollTop); if(top<20){ $top.hide(100); }else{ $top.show(100); } }); OW.scrollTop($top); });