Web Component Search Doesnot work.

  • Thread starter Thread starter Kirti
  • Start date Start date
K

Kirti

You appear to be on a Win 2003 server
Win 2003 does not support WAIS search
- requires use of an Index Catalog
(ask your host is they support and will create an Index Catalog - then select that option in the search form options)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Help ... Please.
| Folks : I just added a Search box on this page ....
| http://www.one-world-trading.com/search.shtml
| When I do a search for the word Flute ....
| Here is what the page says.
|
| http://www.one-world-trading.com/_vti_bin/shtml.dll/search.shtml
|
| Cannot run the FrontPage Server Extensions on this page:
| "http://www.one-world-trading.com/search.shtml"
|
| The FP Server Extensions were re installed etc.
| Is there something that is not set correctly. Thanks ! In Advance !
| Kirti
 
Rename the page to .html (or .htm)
In general you cannot use components needing the extensions on pages
that use server side scripting or server side includes, including .shtml
pages
 
The page is incomplete - use view source in a browser.
It is missing the head section of the page that is contained in the
server side include. Unfortunately, server side includes do not work in
..htm or .html pages.

If you want to use SSI, you cannot use the FrontPage search form (or any
other FrontPage component that requires the extensions to run, such as
form processing).

Conversely, to run the search form the page MUST be complete, with no
server side includes. Complete means it must have a complete set of
<html> <head> <title>...</title> </head> <body> .... </body></html>
tags

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
Back
Top