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.
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.
Comment