hello friends i am having two frames, each frame has a html form which should redirect to other page, but here the problem is when any of the page is redirecting the target page is seen only in that particular frame only….
when any of the frame’s form is submitted how to redirect completely into the whole page…
i am using
<frameset cols="40%,60%">
<frame src="pmode.html" frameborder="0">
<frame src="create.html"frameborder="0">
</frameset>
For this purpose we have the
targetattribute of the form:This means: “the target of this form is the top most page, not the current frame”.