PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Embed in existing webpage

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

  • Embed in existing webpage

    Hi - I want to "embed" the search results page into an existing ASP webpage...I read a post back from 2006 on this forum that addressed this, but I can't seem to get it working...here's what I did so far:

    1) Removed all the HTML/HEAD/BODY tags from the search_template.html file

    2) Added <!--#include file="search.asp"--> in the area of the existing webpage (search-results.asp) where I want the results

    3) Pointed my search form to search-results.asp

    4) Added link back URL of "search-results.asp"

    5) Checked the box for "Disable charset enforcing on search"

    When I do a search, I receive this error:
    Microsoft VBScript runtime error '800a000d'

    Type mismatch

    /search/search.asp, line 2392


    Any help greatly appreciated.

  • #2
    You've also sent in an email for this, so we're addressing it there as a support ticket.

    My guess is there's a conflict with the code in search.asp with the code in your embedding page (search-results.asp) or one of the other include files. More details in the email thread.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      In case this helps anyone else, yes, the variable in your code "output" was also used in my server side code, so I changed the variable on my side, and it now works...

      Thanks!

      Comment

      Working...
      X