My code is :
<FRAMESET ROWS="22%,*">
<FRAME "1.htm" ID = A >
<FRAMESET COLS = "35%,*">
<FRAME "2.asp" ID=B>
<FRAME Name="3.asp" ID = C>
</FRAMESET>
<FRAMESET>
-------------
I have a form in 3.asp with a submit button. When I click submit , it calls the 4.asp in the frame C.
I want to target the whole page , and not just the C frame.
How can I do that ?
Please help
Thanks
<FRAMESET ROWS="22%,*">
<FRAME "1.htm" ID = A >
<FRAMESET COLS = "35%,*">
<FRAME "2.asp" ID=B>
<FRAME Name="3.asp" ID = C>
</FRAMESET>
<FRAMESET>
-------------
I have a form in 3.asp with a submit button. When I click submit , it calls the 4.asp in the frame C.
I want to target the whole page , and not just the C frame.
How can I do that ?
Please help
Thanks