PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

URL Parameters and Zoom

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

  • URL Parameters and Zoom

    Test area:

    Link to search engine:
    http://www.blasscom.com/client_dev/vetspec/index.php?menuid=05

    Results go to this page:
    http://www.blasscom.com/client_dev/vetspec/index.php?zoom_sort=0&zoom_query=scan&zoom_per_pag e=10&zoom_and=0

    But how can I configure Zoom to go to this page for results:
    http://www.blasscom.com/client_dev/vetspec/?menuid=05&zoom_sort=0&zoom_query=scan&zoom_per_pa ge=10&zoom_and=0

    The ?menuid=05& looks like what I need Zoom to default to.

    Novice PHP person, so please be kind

  • #2
    Originally posted by joev View Post
    Results go to this page:
    http://www.blasscom.com/client_dev/vetspec/index.php?zoom_sort=0&zoom_query=scan&zoom_per_pag e=10&zoom_and=0

    But how can I configure Zoom to go to this page for results:
    http://www.blasscom.com/client_dev/vetspec/?menuid=05&zoom_sort=0&zoom_query=scan&zoom_per_pa ge=10&zoom_and=0
    Do you mean that you want it to go to this page instead:

    http://www.blasscom.com/client_dev/vetspec/index.php?menuid=05&zoom_sort=0&zoom_query=scan&zoom_per_pa ge=10&zoom_and=0

    I'll presume that you just accidentally left out "index.php" in the second URL there.

    Did you embed our "search.php" script code into "index.php" for "menuid=05"? I can only presume that's what you've done here, but it helps if you can clarify or confirm.

    Assuming all that, take a look at this previous forum thread, where I've given some step by step instructions to achieve this (and why):
    http://www.wrensoft.com/forum/showthread.php?t=806

    In your case, you'll need something like:

    STR_FORM_SEARCHFOR=<input type='hidden' name='menuid' value='05'>Search for:

    See the linked forum thread for an explanation of what you need to do. Hope that helps.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      Works like a charm! Purchasing Zoom right now!

      Thanks!

      Joe

      Comment

      Working...
      X