zoukankan      html  css  js  c++  java
  • 各种跳转方式

    //Redirect User to this URL to be maintained in resources file.

    //Response.Write("<script>window.showModalDialog('"+RSBLL.GetString("LiveChat")+"','','dialogWidth:700px; dialogHeight:167px; status:no;directories:yes;scrollbars:no;resizable:no;help:no')</script>");

    //Page.ClientScript.RegisterStartupScript(Page.GetType(), "", "<script>window.showModalDialog('" + RSBLL.GetString("LiveChat") + "','','dialogWidth:700px; dialogHeight:700px; status:no;directories:yes;scrollbars:no;resizable:no;help:no')</script>");

    //Response.Write(" <script>window.open('" + RSBLL.GetString("LiveChat") + "','_blank') </script>");

    Response.Write(

    "<script>window.open('encodeURI(" + RSBLL.GetString("LiveChat") + ")','_blank','modal=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=384,left=512')</script>");

  • 相关阅读:
    Maven
    Maven
    Maven
    Maven
    Maven
    Maven
    Maven
    Maven
    Maven教程
    SASS
  • 原文地址:https://www.cnblogs.com/ahghy/p/2204990.html
Copyright © 2011-2022 走看看