梦幻屋

梦幻屋 > 学院 >ASP > 正 文
软件搜索:

ASP实现检测网站是否备案的小程序

更新时间: 2007-5-25 10:47:00 来源: MSN秀收集  作者: 佚名 Add to ToLib.com...
  •   ASP实现检测网站是否备案的小程序......

  你的网站备案了吗?现在做网站可是要到信息产业部网站去备案啊!这是谁都知道的事了!今天用一个小程序来检测网站是否备案,如果备案了则自动转到首页,如果没有备案则提示信息出现。

<%
    Set fso = Server.CreateObject("scripting.filesystemobject")
    If fso.fileexists(server.mappath("cert\bazs.cert")) = True Then
     Response.write("系统检测为已备案站点,正在转向中...")
     Response.Redirect "index.asp"
    Else
     Response.write("系统检测为未备案站点,请尽快备案...")
    End If
    %>

梦幻屋
  • 上一篇文章:

  • 此栏目下没有文章
  • 热点推荐

    女性推荐
    排行榜

    梦幻屋学院
    设为首页 | 加入收藏 | 联系站长 | 友情链接 | 版权申明 | 网站公告 |  
    Copyright© 2005-2006 梦幻工作室版权所有. All rights reserved.
    经营许可证编号:蜀ICP备07002423