請問取消一個框架頁面中的框架的URL該如何寫?

chenjianxiong發表於2004-01-04
我的框架是:

<BR><html><BR>  <frameset Rows="35%,65%" frameborder=0 border=0 onLoad="self.focus()"><BR>    <frame name="FrameInputQueryCondition" src="a.htm"><BR>           noresize><BR>    <frame name="FrameListQueryCondition" src="b.htm"><BR>  </frameset><BR></html><BR><p class="indent">[code]<BR>當我在頁面b.htm中按下提交按鈕後,提交到c.jsp,我希望c.jsp顯示在整個視窗,而不是框架中,請問如何寫URL?<BR>我的b.html中是一個表單,在action中已經指定了url,在b.htm中是這樣特的:<BR><p class="indent">[code]<BR>FORM name="FormListCondition" action="..." method="post"><BR>input type=button name="BtnQuery" value="查詢" OnClick="query()"<BR><p class="indent">[code]<BR>我在query(

相關文章