帝国软件
  设为首页 加入收藏 关于我们
 
解密帝国网站管理系统v4.6
栏 目:
 
您的位置:首页 > 技术文档 > ASP编程 >
测试客户端屏幕状况
作者: 发布时间:2005-03-12 来源:
    '**************************************    ' Name: Send By Res
    ' Description:This code is coded to send
    '     your users to a site matching their scre    '     en resolution
    ' By: Nicolai Kofoed    '    '    ' Inputs:None    '    ' Returns:None    '
    'Assumes:None    '    'Side Effects:None    '    'Warranty:
    'code provided by Planet Source Code(tm)
    '     (http://www.Planet-Source-Code.com) 'as
    '     is', without warranties as to performanc
    '     e, fitness, merchantability,and any othe
    '     r warranty (whether expressed or implied    '     ).
    'Terms of Agreement:    'By using this source code, you agree to
    '     the following terms...    ' 1) You may use this source code in per
    '     sonal projects and may compile it into a
    '     n .exe/.dll/.ocx and distribute it in bi
    '     nary format freely and with no charge.
    ' 2) You MAY NOT redistribute this sourc
    '     e code (for example to a web site) witho
    '     ut written permission from the original
    '     author.Failure to do so is a violation o    '     f copyright laws.
    ' 3) You may link to this code from anot
    '     her website, provided it is not wrapped     '     in a frame.
    ' 4) The author of this code may have re
    '     tained certain additional copyright righ
    '     ts.If so, this is indicated in the autho    '     r's description.
    '**************************************    
    <!-- Coded by Nicolai Kofoed, zelebris@theportal.dk -->
    <%@ Language=VBScript %>    <SCRIPT Language=VBScript>     Sub window_onload
     If screen.height = 480 Then
     window.navigate ("http://dinside.dk/640480/default.asp")      End If
     If screen.height = 600 Then
     window.navigate ("http://dinside.dk/800600/default.asp")     End If
     If screen.height = 768 Then
     window.navigate ("http://dinside.dk/1024768/default.asp")     End If
     End Sub     </SCRIPT>
  
评论】【加入收藏夹】【 】【打印】【关闭
※ 相关链接
 ·浅谈asp编程中的测试打印、有效性  (2005-03-12)
 ·asp性能测试报告(转)(二)  (2005-03-12)
 ·asp性能测试报告(转)(三)  (2005-03-12)
 ·asp性能测试报告(转)(四)  (2005-03-12)
 ·asp性能测试报告(转)(五)  (2005-03-12)
 ·asp性能测试报告(转)(六)  (2005-03-12)
 ·asp性能测试报告(转)(七)  (2005-03-12)
 ·asp性能测试报告(转)(八)  (2005-03-12)
 ·asp性能测试第二部分(转)(二)  (2005-03-12)
 ·asp性能测试第二部分(转)(三)  (2005-03-12)

   栏目导行
  PHP编程
  ASP编程
  ASP.NET编程
  JAVA编程
   站点最新
·致合作伙伴的欢迎信
·媒体报道
·帝国软件合作伙伴计划协议
·帝国网站管理系统采集使用教程
·帝国网站管理系统模板制作教程
·帝国CMS模板下载
·Discuz6.0.1UC版通行证发布
·帝国网站管理系统之网站迁移教程
·帝国网站管理系统实例入门教程下载
·《帝国网站管理系统》实例入门教程
   类别最新
·在ASP中使用数据库
·使用ASP脚本技术
·通过启动脚本来感受ASP的力量
·学习使用ASP对象和组件
·解析asp的脚本语言
·初看ASP-针对初学者
·ASP开发10条经验总结
·ASP之对象总结
·ASP与数据库应用(给初学者)
·关于学习ASP和编程的28个观点
 
关于帝国 | 广告服务 | 联系我们 | 程序开发 | 网站地图 | 留言板 帝国网站管理系统