PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Recommended Links AWOL

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

  • Recommended Links AWOL

    Testing for now under the JavaScript version, search functionality works fine using the default, standard results table generated using

    <!--ZOOMSEARCH-->

    Now I've tried customising the results displayed by deleting that line and substituting (the whole thing) this:

    <p align="center" class="style9"><font size="4" face="Verdana, Arial, Helvetica, sans-serif">YOUR SEARCH RESULTS </font><br>

    <script language="JavaScript">ZoomInitSearch();</script>
    <script language="JavaScript">ZoomShowSummary();</script>
    <script language="JavaScript">ZoomShowRecommended();</script>
    <script language="JavaScript">ZoomShowPagesCount();</script>
    <script language="JavaScript">ZoomShowPageNumbers();</script>

    </p>
    <noscript>
    You must have JavaScript enabled to use this version of the search engine.
    </noscript>


    A test search then displays, for example,
    __________________________________

    YOUR SEARCH RESULTS
    24 results found.

    3 pages of results.
    Result Pages: 1 2 3 Next >>
    __________________________________

    But the page names and links are missing. BTW, I haven't messed with any of the four JS script files. What am I doing wrong? Thanks.

  • #2
    That's pretty much as expected. You omitted ZoomShowResults() which shows the actual search result block.

    So somewhere in there, you need:
    <script language="JavaScript">ZoomShowResults();</script>

    Where you want the search results to appear.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      Resolved

      Doh. Yes, that does make a difference. Thank you, Ray, for your guidance and patience.

      Comment

      Working...
      X