Error with Search page

S

segott

I have eliminated the shared borders in Front Page 2002 and
have Server Side includes instead (along with CSS). The
entire site works well except for the 'Search' page. When I
type in a subject to look for, I get the following error:
Cannot run the FrontPage Server Extensions on this page:
"http://vaww.mentalhealth.med.va.gov/search.shtm"
The page itself has the following code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Search MHSHG Web Site</title>
<meta name="type" content="Mental Health Search Information">
<meta name="date_created" content="1997">
<meta name="subject" content="Search">
<meta name="description" content="Search the Mental Health
website">
<meta name="author" content="MHSHG">
<meta http-equiv="keywords" content="Search">
<link rel="stylesheet" href="/CSS/MHsiteNav.css"
type="text/css" />
</head>
<body>
<div id="BannerCondensed">Search</div>
<!--#include file="/SSI/top.ssi"-->
<br>
<br>
<!--Cannot make form fields 508 compliant because form is
being created via FrontPage Webbot-->
<p>You may search our web site for all documents containing
matching words or patterns.</p>
<!--webbot bot="Search" s-index="All"
s-dsn="default" s-fields="timestamp,documentk,weight,"
TAG="BODY"
S-Text="Search for:" I-Size="20" S-Submit="Start Search"
S-Clear="Clear" b-useindexserver="0"
S-TimestampFormat="%A, %B %d, %Y" S-Scope="All"
S-FieldsEx="write,size,rank,hitcount,"
S-CiMaxRecordsPerPage="20"
S-CiMaxRecordsInResultSet="200" -->

<!--#include file="/SSI/bottom.ssi"-->
</body>
</html>

Is there some way to fix this????
 
S

Stefan B Rusynko

Make sure you have an Index Catalog for the web built by your host




| I have eliminated the shared borders in Front Page 2002 and
| have Server Side includes instead (along with CSS). The
| entire site works well except for the 'Search' page. When I
| type in a subject to look for, I get the following error:
| Cannot run the FrontPage Server Extensions on this page:
| "http://vaww.mentalhealth.med.va.gov/search.shtm"
| The page itself has the following code:
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
| Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
| <html lang="en">
| <head>
| <title>Search MHSHG Web Site</title>
| <meta name="type" content="Mental Health Search Information">
| <meta name="date_created" content="1997">
| <meta name="subject" content="Search">
| <meta name="description" content="Search the Mental Health
| website">
| <meta name="author" content="MHSHG">
| <meta http-equiv="keywords" content="Search">
| <link rel="stylesheet" href="/CSS/MHsiteNav.css"
| type="text/css" />
| </head>
| <body>
| <div id="BannerCondensed">Search</div>
| <!--#include file="/SSI/top.ssi"-->
| <br>
| <br>
| <!--Cannot make form fields 508 compliant because form is
| being created via FrontPage Webbot-->
| <p>You may search our web site for all documents containing
| matching words or patterns.</p>
| <!--webbot bot="Search" s-index="All"
| s-dsn="default" s-fields="timestamp,documentk,weight,"
| TAG="BODY"
| S-Text="Search for:" I-Size="20" S-Submit="Start Search"
| S-Clear="Clear" b-useindexserver="0"
| S-TimestampFormat="%A, %B %d, %Y" S-Scope="All"
| S-FieldsEx="write,size,rank,hitcount,"
| S-CiMaxRecordsPerPage="20"
| S-CiMaxRecordsInResultSet="200" -->
|
| <!--#include file="/SSI/bottom.ssi"-->
| </body>
| </html>
|
| Is there some way to fix this????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top