Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FRAMES : How to change the frame setting in ASP page ?

Status
Not open for further replies.

snr

Programmer
Oct 8, 2001
78
US
My code is :
<FRAMESET ROWS=&quot;22%,*&quot;>
<FRAME &quot;1.htm&quot; ID = A >
<FRAMESET COLS = &quot;35%,*&quot;>
<FRAME &quot;2.asp&quot; ID=B>
<FRAME Name=&quot;3.asp&quot; 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
 
<form name=theForm method=post action=somePage.asp target=&quot;_top&quot;>
penny.gif
penny.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top