luongken@usa.net
07-09-1999, 02:53 PM
I have a search form and I want it to open a new window to display the searched materials. And within the new window, I only want it to be big enough for the search materials. I also don't want all those "tool bar" on top. What I mean by that I want just a box with information.<BR><BR>How do I do that. <BR>here is my form:<BR><BR><BR><FORM METHOD=POST ACTION="Search Opticon.asp"><BR> <DIV ALIGN="left"><BR> <TABLE BORDER="0" WIDTH="508" HEIGHT="28" CELLSPACING="0" CELLPADDING="0"><BR> <TR><BR> <INPUT TYPE=HIDDEN NAME="SType" VALUE="AllWords"><BR> <INPUT TYPE=HIDDEN NAME="Table" VALUE="UniqueApps"><BR> <BR> <TD WIDTH="110" HEIGHT="22"><BR> <BR> <SELECT NAME = "Column" SIZE="1"><BR> <OPTION VALUE ="Manufacturer">PUBLISHER<BR> <OPTION VALUE ="Product">PRODUCT<BR> <OPTION VALUE ="Version">VERSION<BR> <OPTION VALUE ="FileName">FILENAME<BR> </SELECT> <BR> <TD WIDTH="209" HEIGHT="22"><INPUT TYPE=TEXT NAME="SValue" SIZE=30><BR> <TD WIDTH="17" HEIGHT="22"><BR> <TD WIDTH="144" HEIGHT="22"><INPUT TYPE=SUBMIT VALUE="SEARCH " NAME="Sumit"><BR> </TR><BR> </TABLE><BR> </DIV><BR> </FORM>