PDA

View Full Version : Results page in new window


Tony
10-24-2005, 03:58 PM
I have the free version as I only have a small site but it is fantastic software. I have one question. How do I edit the results page to open in a new Explorer window. At the moment it opens in the same window and I could loose the person viewing if they can't get back without having to hit the "Back" button?
Thanks
Tony

Tony
10-24-2005, 04:46 PM
Incidently I have checked "New Window" in the Config screen and the results still open in the same window?

wrensoft
10-24-2005, 09:47 PM
You need to add the HTML target= attribute in the search form.

<form method="get" action="search.php" target="_blank">

Also see this old post,
http://www.wrensoft.com/forum/viewtopic.php?t=54

But if you have integrated the search results into the rest of your web site then you should have your sites navigation buttons / menus on the search results page and so should not loose visitors.

----
David

Tony
10-25-2005, 09:35 AM
Thanks David, great product by the way!