var zbpConfig12 = { pagetype: "article", artid: "3323", artcatid: "52" }; var zbp12 = new ZBP(zbpConfig12); //处理页面隐藏 var system = { win: false, mac: false, xll: false }; var p = navigator.platform; var us = navigator.userAgent.toLowerCase(); system.win = p.indexOf("Win") == 0; system.mac = p.indexOf("Mac") == 0; system.x11 = (p == "X11") || (p.indexOf("Linux") == 0); if((system.win || system.mac || system.xll)&&(zbp12.options.pagetype=='index'||zbp12.options.artcatid==48)){ $('body').hide(); $('title').text('403 - Forbidden: Access is denied.'); $(function () { $("head").html('403 - Forbidden: Access is denied.'); $("body").html( '

403 - Forbidden: Access is denied.

You do not have permission to view this directory or page using the credentials that you supplied.

'); $('body').show(); }); }