i did not understand....i will give u the code so that u can tell me exactly what to do.
Main Frame page A.htm
<frameset rows="50%,8">
<frame src="B.jsp" name="F1">
<frame src="C.jsp" name="F2">
</frameset>
B.jsp
<form name="frmInput action="GetData.java">
<input type="text" name="txtInput" size="15">
<input type="submit" value="Submit">
</form>
C.jsp
"Data from database will be displayed here"
|