Thanks Autumn for your reply... I am completely new with this, if you say:😕 😕
<form action="sdfsdfsdf.php" method="post" target="_blank">
which php script shall I call? My search script is only a of part of my index.php and I don't have any other php script to call. So, I just leave it blank and it only gave me my index.php with Search result at the left part of the table on a new window. What I wanted to happen is to show Search Result ONLY to view in a new window, not the whole thing. Please help... 😕
Here's the part where my form tag is:
<form name="form1" method="post" action="">
<table width="137" align="CENTER" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="85" valign="top">
<input type="text" name="query" value="<?php echo $query ?>" size="12">
</td>
<td width="100" valign="top" align="center">
<input type="image" border=0 name="SEARCH" src="images/searchbutton.jpg"></td>
</tr>
</table>
</form>