Click to See Complete Forum and Search --> : Help needed with search form html


Shayne
02-04-2003, 09:09 PM
Hi everyone

I'm trying to insert a search form for a library database on my site and have the results open in a new window.

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.

http://www.botanicaleducation.com/form2.htm

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.

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.

Thanks in advance for any help that you can offer.


Shayne

CyCo
02-04-2003, 09:49 PM
Let's see the page you want to put it in...and where in that page you want to position it.

Shayne
02-05-2003, 12:09 AM
Here's the page in progress.

http://www.botanicaleducation.com/index_form.htm

Thanks again for any help that you can offer.


Shayne

khalidali63
02-05-2003, 04:55 AM
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

target = "_blank"

this will open a new window


cheers

Khalid