Hi all,
In a page I am having 2 frames and the second frame name is mainframe
<frame src="test.asp" name="mainframe">
the test.asp fits in the mainframe and the code is
<body>
<form action="testresult.asp" method=post id=form1 get="_parent">
<table>
---code---
</table>
</body>
Up to this point it is ok
In the testresult.asp I have written a query if it is true then it will opens another page
response.redirect("test2.asp"
Now I want this page that is Test2.asp to fit in the second frame "mainframe". I am unable to handle this . Can anyone is there to help me?
In a page I am having 2 frames and the second frame name is mainframe
<frame src="test.asp" name="mainframe">
the test.asp fits in the mainframe and the code is
<body>
<form action="testresult.asp" method=post id=form1 get="_parent">
<table>
---code---
</table>
</body>
Up to this point it is ok
In the testresult.asp I have written a query if it is true then it will opens another page
response.redirect("test2.asp"
Now I want this page that is Test2.asp to fit in the second frame "mainframe". I am unable to handle this . Can anyone is there to help me?