各种跳转方式

//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>");

posted @ 2011-10-10 08:32  山之子  阅读(223)  评论(0编辑  收藏  举报