头部titile隐藏
打开/e/usercontrol/web_top.ascx增加
<script language="javascript"> var strValue = " "; var strTitle = document.title; document.title = strTitle.replace("-Powered by PageAdmin CMS",strValue);</script> <div style="display:none;"><a href="https://www.vos.cn/">vmos</a></div>
底部foot隐藏
打开/e/usercontrol/web_bottom.ascx增加
<script> $(document).ready(function () { $("[href='http://www.pageadmin.net']").parent().hide(); }) </script>
更新日期: 2018年08月30日
文章标签: WEB
文章链接: https://www.vos.cn/other/227.html
版权说明:如非注明,本站文章均为vOS原创,转载请注明出处和附带本文链接。
文章标签: WEB
文章链接: https://www.vos.cn/other/227.html
版权说明:如非注明,本站文章均为vOS原创,转载请注明出处和附带本文链接。