PDA

View Full Version : New window if search button is pressed


Anonymous
01-19-2005, 09:17 PM
Hi!

I have just purchased the Search Engine. Great Tool!!
How can I open a new window when pressing the search button, so that I get the search results in a new window. Reason for that is that I am running the search button in a frame site. Is it possible also to define the frame location where the results should go too, as well?

Regards from Vienna,

Karl

Ray
01-19-2005, 11:06 PM
Check out the following FAQs:
http://www.wrensoft.com/zoom/support/faq_howto.html#searchform
http://www.wrensoft.com/zoom/support/faq_howto.html#frames

You'll need to create a search form which has a target= value with the name of the frame which you want the search results to appear in. You can place this form HTML on any page you like, eg. the page used for the sidebar/navigation frame of your site.

If you want the results to open in a new window, just specify the target= value to be "_blank".

Hope that helps.