PDA

View Full Version : Search results in new window


davsalt
19-11-09, 12:25
Does anyone know how to ensure the results of the search form in search_box.tpl return in a new window? Not by configuring a popup, the search results should be displayed in a new window please. I have looked through all the relevant files and cant find anywhere to insert target="_blank" or see how else to do it?
Cheers

Andy
21-11-09, 21:29
Put target="_blank" in the form tag in search_box.tpl.

Its not valid xhtml, but that's because the target attribute isn't valid, even in links. It'll work though.

davsalt
21-11-09, 21:55
Excellent, placing target="_blank" in the form tag has worked and my search results are now being displayed in a new window as required.
Thanks Andy