how do i create a search page?

A

asaf

where do i put all the files that i want that the search will find? and if i want to search from anouther web page that search how do i do it

thanks
 
D

David Berry

Create an Index Server catalog in IIS that points to the folders you want to
be able to search. If this is on your ISP's server then they will need to
do that for you. Then choose File, New Page and select a Search Page.

--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support: http://www.net-sites.com/sitebuilder/
-----------------------------------

-----------------------------------

asaf said:
where do i put all the files that i want that the search will find? and
if i want to search from anouther web page that search how do i do it ?
 
J

Jim Buyens

-----Original Message-----
where do i put all the files that i want that the search
will find? and if i want to search from anouther web page
that search how do i do it ?

If your host is running Microsoft Indexing Service, you
configure the search component reports hits on the entire
server, the current FrontPage Web, or any other folder
tree you configure.

Otherwise, the search page searches the current FrontPage
Web only.

If neither of these approaches meets your needs, you would
need to contact your host and see what search components
they provide, or write your own ASP or ASP.NET page to
call Indexing Service with the settings you want.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
T

Tom Gahagan

You might want to check out.....

www.atomz.com

Best to you......
Tom Gahagan
eThomaston.com

asaf said:
where do i put all the files that i want that the search will find? and
if i want to search from anouther web page that search how do i do it ?
 
T

TheGuru

David Berry said:
Create an Index Server catalog in IIS that points to the folders you want to
be able to search. If this is on your ISP's server then they will need to
do that for you. Then choose File, New Page and select a Search Page.

Off-load the burden from your local server, or, don't depend on your
hosting provider at all, as there are some great third party remotely
hosted site search services that do the job quite well.

I recommend FusionBot:

http://www.fusionbot.com
 
Top