0

我在框架集和第三个框架 jsp 中有五个框架,我有一个 div 动态加载内容作为下拉列表。问题是我需要将第三帧的行大小增加到更大的大小以适应下拉值。如果不是,则下拉 div 与第四帧重叠并且不显示任何结果

下面是片段

<frameset rows="0,0,28,*,21" frameborder="0" border="0" framespacing="0" onunload="onUnload()">
<frame name="timeoutcontrol" id="MainEx_timeoutcontrol_0" src="/webtop1/wdk/timeoutcontrol.jsp?Reload=1362290081162&amp;__dmfFrameId=MainEx_timeoutcontrol_0&amp;__dmfClientId=1362290080503" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" noresize="">
<frame name="residentucfinvoker" id="MainEx_residentucfinvoker_0" src="/webtop1/component/residentucfinvoker?Reload=1362290081162&amp;__dmfFrameId=MainEx_residentucfinvoker_0&amp;__dmfClientId=1362290080503" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" noresize="">
<frame name="titlebar" id="MainEx_titlebar_0" src="/webtop1/component/titlebar?Reload=1362290081162&amp;__dmfFrameId=MainEx_titlebar_0&amp;__dmfClientId=1362290080503" title="Title Bar Documentum Webtop" frameborder="0" scrolling="no" noresize="">
<frame name="view" id="MainEx_view_0" src="/webtop1/webtop/classic/classic.jsp?Reload=1362290081162&amp;__dmfFrameId=MainEx_view_0&amp;__dmfClientId=1362290080503" title="Classic View. Use column header links to sort files" frameborder="0" scrolling="no" noresize="">
<frame name="messagebar" id="MainEx_messagebar_0" src="/webtop1/component/messagebar?Reload=1362290081162&amp;__dmfFrameId=MainEx_messagebar_0&amp;__dmfClientId=1362290080503" title="Message Bar. Location of success and failure messages." frameborder="0" scrolling="no" noresize="">
</frameset>

有什么方法可以在第四帧中显示 div 下拉值?请指教

4

0 回答 0