PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Help with opening search results in new page...

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

  • Help with opening search results in new page...

    Hey everyone, thanks for viewing this post.


    I am using the free version of WRENSOFT's ZOOM SEARCH ENGINE. I have my configuration exactly how I want it; however, I would like my results to open in a new window. I'm using the JavaScript method offered, due to my webhost. When I call the search text-area and submit button, I'm using the code ZOOM provided:

    <script language="JavaScript">ZoomSearch();</script>

    Now, how can I tweak this to open the results in new page. I know I need the target="_blank" behavior, but how do I encorporate this into my webpage.

    Any detailed help would be awesome. Thanks everyone!

    Great product by the way!



    Regards,
    Shane Holland

  • #2
    See this FAQ question.
    http://www.wrensoft.com/zoom/support...html#newwindow

    ---
    David

    Comment


    • #3
      David, thanks for the reply.


      Yeah, I looked over those earlier and couldn't get the answer, so that's why I posted here. I replaced the code:


      <script language="JavaScript">ZoomSearch();</script>



      with this code:

      <form method="get" action="search3.htm" target="_blank">
      <input type="text" name="zoom_searchbox" size="10" />
      <input type="submit" name="zoom_button" value="Search" />
      </form>



      doesn't do anything. Just links me back to the same page, in a new window. The zoom_searchbox and zoom_button are the CSS automatically generated by ZOOM. Any help on what to do to get this working for me?

      Comment


      • #4
        Woops, forgot to login up there.

        Anyway, I did figure it out, works perfectly now!

        Thanks a million David.



        Shane Holland

        Comment

        Working...
        X