PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

newb qestion - Links to do an automatic search

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

  • newb qestion - Links to do an automatic search

    I am wanting to make links in a navigation frame and have someone click on a link and have it automatically enter it into the search or do an automatic search. Here is an example... if i have a site for movies and one of the links on the left says comedy. how do i get it to search for only titles that are comedy. or if there is an actors name and they click on it pulls up all the movies that actor has been in. I have already fixed the pages to hold this content. im just trying to get it to do it automatically when clicking on a link. i think i said this right. if i didnt then let me know if you need more info.

  • #2
    Should be easy, just use normal HTML links with the zoom_query parameter.

    Code:
    <a href="http://www.YourSite.com/search.php?zoom_query=Star+Wars">
    Star Wars</a>

    Comment


    • #3
      thanks for the help

      Comment

      Working...
      X