在IE浏览器下使用JavaScript打开模态窗口

来源:互联网 发布:淘宝网打开不显示图片 编辑:程序博客网 时间:2024/05/16 12:01
<%@ page language="C#" autoeventwireup="true" codebehind="ProjectAccountInfor.aspx.cs" inherits="Huawei.TCMP.Web.UserControl.ProjectAccountInfor" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server">    <title>模式页面</title>    <base target="_self" /></head><body>    <!--用div来控制滚动条-->    <div style="width: 100%; height: 450px; overflow-x: hidden; overflow-y: scroll;">        <form id="form1" runat="server">        </form>    </div></body></html>
 window.showModalDialog(url,null,"dialogWidth=800px;dialogHeight=450px;scroll:no");//打开模式窗口关闭滚动条样式


 

 

原创粉丝点击