PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Need some help "No search results on my webpage"

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

  • Need some help "No search results on my webpage"

    Hi, I just downloaded the free zoom search engine to try it if its suitable for me website.

    Everything is installed and I have place an anny webpagine a simple search box. If I test the search box then I come on the page "search.php" with the right search.

    So everthing works fine..

    but.. I build my website in Webbuilder WYSIWYG and I get NOT the search results in one of my webpage that I have selected.

    I read the below link but I was unable to do it so far!!
    Q. How do I make the search results open in a new window (or different frame)?

    My Webbuilder let me place html codes in a Page HTML where I can choose
    from a number of taps....:
    (Start of Page)
    (Between <head></head>tags)
    (Inside<body>tag)
    (After<body>tag)
    (Before</body>)
    (End of Page)

    So which Tap (above) must I use to place the php code ???
    and what need to be done exactly with the link below ??

    <form method="GET" action="search.php" target="_blank"> ... </form>
    Must I place some where my http://www...... ?! in this link above.

    I hope someone can help me with this..

    Thanks a lot
    Roy

  • #2
    So from what I understand, the search function actually works fine. But you are having a problem adding a search box to one of the other pages on your site.

    This FAQ should cover this,
    Q. How do I add search boxes to my web pages?

    The HTML search form needs to be between the <body> and </body> tags on a HTML page. So this I guess is "(After<body>tag)" from your list above. Note also that you aren't adding PHP code to your page, just a HTML form, as per the FAQ.

    Comment

    Working...
    X