PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Hyperlink to specific search

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

  • 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

  • #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


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

      Cheers,
      Karen

      Comment

      Working...
      X