我包括母版頁中的iframe,我想根據裏面的內容以調整iframe高度。調整大小自動iframe高度
當過iframe中的內容增加iframe的高度應該增加。
<div id="div_NotificationOuter" style="position: fixed; bottom: 0px; right: 15px;
padding: 5px; background-color: White; background-image: url('../images/content_fixed_downup.png');
background-repeat: no-repeat; min-height: 130px; text-align: left; display: block;
border: 1px solid gray; width: 280px; overflow: hidden;">
<asp:ImageButton ID="img1b" runat="server" ImageUrl="../images/close.png"
Style="margin-right: 2px;float:right;" OnClientClick="Hide_NotifyPopUp()" />
說注意
您的瀏覽器並不支援iframe。
和iframe頁面
<div id="iframe_content">
<div style="overflow: auto;font-weight:bold " >
<label id="lblNotifyMessage" runat="server" style="margin-left:15px;">
</label>
</div>
<div style="font-size: 14px;margin-left:15px;">
<asp:Label ID="lblCount_Followups" runat="server" Text=""
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="lblCount_Workflow" runat="server" Text=""
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="lblCount_Inbox" runat="server" Text=""
Style="margin: 2px"></asp:Label><br />
<asp:Timer ID="Timer1" runat="server" Interval="111115000">
</asp:Timer>
<asp:Label ID="Label1" runat="server" Text="Notification Message"
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="Label2" runat="server" Text="Notification Message"
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="Label3" runat="server" Text="Notification Message"
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="Label4" runat="server" Text="Notification Message"
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="Label5" runat="server" Text="Notification Message"
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="Label6" runat="server" Text="Notification Message"
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="Label7" runat="server" Text="Notification Message"
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="Label8" runat="server" Text="Notification Message"
Style="margin: 2px"></asp:Label><br />
<asp:Label ID="Label9" runat="server" Text="Notification Message"
Style="margin: 2px"></asp:Label><br />
</div>
</div>
whery我shuld使用此功能 – adilahmed 2012-03-18 13:20:49