フレームセット内と 3 番目のフレーム jsp 内に 5 つのフレームがあり、コンテンツをドロップダウン リストとして動的にロードする div があります。問題は、ドロップダウン値に対応するために、3 番目のフレームの行サイズをより大きなサイズに増やす必要があることです。そうでない場合、ドロップダウン div は 4 番目のフレームと重なっており、結果が表示されていません。
以下はスニペットです
<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&__dmfFrameId=MainEx_timeoutcontrol_0&__dmfClientId=1362290080503" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" noresize="">
<frame name="residentucfinvoker" id="MainEx_residentucfinvoker_0" src="/webtop1/component/residentucfinvoker?Reload=1362290081162&__dmfFrameId=MainEx_residentucfinvoker_0&__dmfClientId=1362290080503" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" noresize="">
<frame name="titlebar" id="MainEx_titlebar_0" src="/webtop1/component/titlebar?Reload=1362290081162&__dmfFrameId=MainEx_titlebar_0&__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&__dmfFrameId=MainEx_view_0&__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&__dmfFrameId=MainEx_messagebar_0&__dmfClientId=1362290080503" title="Message Bar. Location of success and failure messages." frameborder="0" scrolling="no" noresize="">
</frameset>
4 番目のフレームに div ドロップダウン値を表示する方法はありますか? お知らせ下さい