• 用Redirect从新窗口打开链接


     

    Code

    用的时候直接调用就可以了

    调用方法
    windowFeatures是设置窗体,可以为空
    Redirect("http://www.baidu.com/", "_blank","");
    Redirect("http://www.baidu.com/", "_blank", "'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no'");
    其实也是利用了window.open() , 换而言之,也可以用
    Response.Writer("<script language=javascript>window.open('test.html','newwindow','');</script>");

  • 相关阅读:
    配置PyCharm(背景色+字体大小+解释器选择)
    面向对象的三大特性(封装、继承、多态)
    hashlib模块
    logging模块
    Mac OSX系统、Linux、Windows命令行教程
    Python2和Python3的一些语法区别
    python——内置函数和lambda匿名函数
    python——异常处理
    SVN
    实体框架Entity Framework 4.1快速入门
  • 原文地址:https://www.cnblogs.com/wangpei/p/1315967.html
Copyright © 2020-2023  润新知