页面上加载地图(二)

来源:互联网 发布:js触发按钮提交 编辑:程序博客网 时间:2024/06/05 15:45


<1>html

<div style=" height: 100%; width: 100%; ">
    @* 地图和查询条件各占70%、30%:注释掉 *@
    @*<div style=" height: 100%; width: 70%; float: left; display: inline; ">*@
        @*<iframe name="myiframe" id="iframe" src="LoadMap" style="width:70%;
            height: 100%;"></iframe>*@@*LoadIndex/*@
    <img id="legend" style="position:absolute;right:0px;bottom:0px;" lazysrc="~/Areas/EnvironmentalMonitor/Content/AQILegend/" src="~/Areas/EnvironmentalMonitor/Content/AQILegend/图例.png" />
    @*<img id="legend" style="position:absolute;right:0px;bottom:0px;" lazysrc="~/Areas/EnvironmentalMonitor/Content/AQILegend/" src="~/Areas/EnvironmentalMonitor/Content/AQILegend/黄.gif" />*@
    @Html.Action("Index", "BasicMap", new { area = "MapFrame" })
            <div id="flashContent" style="width: 100%; height: 100%; ">
                
                <div id=""></div>
            </div>


        @*</div>*@
    @* 地图和查询条件各占70%、30%:注释掉 *@
        @*<div id="divtb" style="width: 30%; height: 100%; overflow-y: auto; overflow-x: hidden; float: left; display: inline; background: #E0ECFF; ">*@


        @*</div>*@
    </div>

0 0
原创粉丝点击