Re: restricted access - keyword search subsite

From: Thomas A. Rowe (tarowe_at_mvps.org)
Date: 08/04/04


Date: Wed, 4 Aug 2004 16:04:26 -0400

Sue,

The FP search component will search for all word on a page, you can not set it just look at one
word.

Your programmer could set up a database search using Access with a 3 fields, RecID, Keyword, and
Pagename, then create a search function that search for the keyword and then return the pagenames as
results.

-- 
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Sue" <Sueemail@aol.com> wrote in message news:c57b01c47a56$e167f840$a301280a@phx.gbl...
> We have a bunch of individual pages. What we want to do is
> assign specific keywords to each page and then create a
> search interface so that one can type in any keyword and
> be provided with a list of pages/links that have that
> keyword and a brief description.  Then they could choose
> which page to open, click on the link provided and the
> selected page opens.
>
> We do have programmers who can write the code, just wanted
> to see if Front Page had a way to do this before making
> the request.  Is this a possibility, or must we write our
> own code.
>
>  >-----Original Message-----
> >You can create a list of keywords on a page. Click on a
> >keyword and a page comes up with a preselected listing of
> >page links the user can click on. This is easy to create.
> >
> >Or are you giving them permission to type any word they
> >wish, but then you want to limit which pages return that
> >keyword? How can you possibly know what words they will
> >type in? I think the above paragraph suggestion will give
> >you the control you seem to be seeking.
> >
> >In the context of HTML, Raad Only access does not make
> >sense. You need to give us more information about what
> you
> >mean by this exclusion.
> >
> >
> >>-----Original Message-----
> >>Looking to create a page/subsite with password
> restricted
> >>access so that someone who knows the password can open
> >>this page/subsite and search by keyword to view only the
> >>HTML pages that have been assigned keywords that match
> >the
> >>search criteria. Have not been able to find suffiecient
> >>documentation to accomplish this.  Does anyone know
> where
> >>to look or have any hints on how to accomplish this.
> >>The user should only be allowed Read Only access to the
> >>HTML pages.
> >>.
> >>
> >.
> >


Relevant Pages

  • Re: Symbols for range/iteration/slicing
    ... loop as keyword. ... I would suggest the keyword 'range' ... words I take away from the programmer. ... Do you want C like statements with or without brace, ...
    (comp.lang.misc)
  • B+-trees
    ... a programmer. ... What if I need to make each node its own file and the pointers are ... to just rely on the O/S taking care of loading the page as a disk block? ... highest occurrence of a keyword on distinct lines and longest keyword, ...
    (comp.lang.java.programmer)
  • Re: Large Dictionaries
    ... people thought creating a dict by keyword would be a useful thing to ... Adding the keyword syntax doesn't require much memory to a Python ... programmer because it's the same syntax used elsewhere. ...
    (comp.lang.python)
  • Re: Non static method error explanation?
    ... programmer use...use/add the keyword "static" in the calledRoutine ... structured programming I wasn't thinking objects, ... recursion in using keyword "new" in this example. ... because it's invoked from the constructor. ...
    (comp.lang.java.help)
  • Re: restrict keyword from ISO C99?
    ... > The restrict keyword is a promise by the programmer to the compiler ... > whether they are actually aliases or not so the programmer can lie. ... > if copying takes place between objects that overlap. ...
    (comp.lang.c)