Help needed with search form html

windows

Guest
Hi everyone<br />
<br />
I'm trying to insert a search form for a library database on my site and have the results open in a new window. <br />
<br />
The code appears to work fine as a stand-alone page (although it only opens in the same window at the moment). I have uploaded the form to a server here. <br />
<br />
<!-- m --><a class="postlink" href="http://www.botanicaleducation.com/form2.htm">http://www.botanicaleducation.com/form2.htm</a><!-- m --><br />
<br />
The problem is that I can't insert the html into an existing page (with multiple tables). I have tried so many different ways of adjusting it, but I continue to get errors such as "Object expected" and others that indicate that there may be unnecessary code still present from the table where it was previously residing.<br />
<br />
I'm lost. I don't know enough about html to fix it or even if there is code present that needs to come out, etc., etc.<br />
<br />
Thanks in advance for any help that you can offer.<br />
<br />
<br />
Shayne<!--content-->Let's see the page you want to put it in...and where in that page you want to position it.<!--content-->Here's the page in progress. <br />
<br />
<!-- m --><a class="postlink" href="http://www.botanicaleducation.com/index_form.htm">http://www.botanicaleducation.com/index_form.htm</a><!-- m --><br />
<br />
Thanks again for any help that you can offer.<br />
<br />
<br />
Shayne<!--content-->in the form tag where you have go button for search add the following attribute with the following value to open the serach results in the different window<br />
<br />
target = "_blank"<br />
<br />
this will open a new window<br />
<br />
<br />
cheers<br />
<br />
Khalid<!--content-->
 
Back
Top