PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Displaying Search Results in a seperate window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Displaying Search Results in a seperate window

    Is this possible? I have the search engine minimally tucked away inside a small table, and the search results end up in that table and expand the hell out of it and distort the website. I couldn't find a way to do it through the config, and I'm not very good at reading or writing javascript (which is what I'm using in the free edition).

    If anyone could supply me with the code to do it (and exactly where to place it) or show me where this setting can be altered, that would be awesome.

    Thanks in advance!

  • #2
    The search results should not necessarily distort the table of a website, but it depends on the layout of your page and how you have designed it.

    If you want a search form which only accepts searches, and opens up the list of search results in a separate window, you will need to define your own search form, as described in this FAQ:
    http://www.wrensoft.com/zoom/support...tml#searchform

    To make the results open in a new window, you will need to change the form tag to have a target value of "_blank", for example:

    Code:
    <form method="GET" action="search.php" target="_blank">
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    Working...
    X