I am opening a page in the left hand search window an tryning to submit the results to a page that opens in the main window can anyone help
<SCRIPT LANGUAGE="JScript">
window.open("p_contents_garry.htm", "_search" ,"top=115, left=0,width=200,height=480,status=yes,toolbar=no,menubar=no,location=no"
</SCRIPT>
<form method="POST" action="p_individuals_garry.asp" name="Form1">
<input type="text" name="ID" size="20"></font></td>
<input type="submit" value="Submit" name="B1">
<input type="reset" value="Reset" name="B2">
</form>
how can i get it to post to the main window
<SCRIPT LANGUAGE="JScript">
window.open("p_contents_garry.htm", "_search" ,"top=115, left=0,width=200,height=480,status=yes,toolbar=no,menubar=no,location=no"
</SCRIPT>
<form method="POST" action="p_individuals_garry.asp" name="Form1">
<input type="text" name="ID" size="20"></font></td>
<input type="submit" value="Submit" name="B1">
<input type="reset" value="Reset" name="B2">
</form>
how can i get it to post to the main window