PassMark Logo
Home » Forum

Hyperlink to specific search

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KFBazenji
    Junior Member
    • May 2007
    • 3

    #1

    Hyperlink to specific search

    Greetings,

    I was just wondering if it is possible in zoom search to create a link or a button on a web page which would in turn start a zoom search using specific search criteria.

    For example:
    I would place a link on a page which would start a search for "born 2007". When clicked it would perform the search and take me search results page with values matching "born 2007".

    If this is possible, would the coding be difficult as I am a bit of a novice when it comes to scripting.

    Many thanks,
    Karen
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    This is easy to do. Just use include a standard HTML link with the URL being the call to the search function.

    Code:
     
    <a href=http://www.YourSite.com/search.php?zoom_query=born+2007>Born 2007</a>

    Comment

    • KFBazenji
      Junior Member
      • May 2007
      • 3

      #3
      Thank you - that's exactly what I was looking for!

      Cheers,
      Karen

      Comment

      Working...