spell checker

H

hussam

I created a search engine database using frontpage it’s working perfectly but
I need to know if it’s possible to add a spell checker for the result.
 
S

Steve Easton

Not within FrontPage.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
H

hussam

Any suggestion

Steve Easton said:
Not within FrontPage.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Steve Easton

Not without some serious programming using Visual Studio or some other
programming environment.

At what point do you want to spell check?? As the search returns are
written to the html page??

Also if the database is correct, where does the need to spell check come
in??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Stefan B Rusynko

Agree
Spell checking the search query results from the DB is an exercise in futility
- unless the user can then some how update the DB w/ the corrected spelling

Best to concentrate on Spell checking the Input to the DB (not the results of a search of the DB)

If the objective is to spell check the user search terms entered in the browser (before the query is sent to the DB, that is not
possible unless the user has a browser based spell checker installed like say http://www.iespell.com/




| Not without some serious programming using Visual Studio or some other
| programming environment.
|
| At what point do you want to spell check?? As the search returns are
| written to the html page??
|
| Also if the database is correct, where does the need to spell check come
| in??
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
| | > Any suggestion
| >
| > "Steve Easton" wrote:
| >
| > > Not within FrontPage.
| > >
| > > --
| > > Steve Easton
| > > Microsoft MVP FrontPage
| > > 95isalive
| > > This site is best viewed............
| > > ........................with a computer
| > >
| > > | > > > I created a search engine database using frontpage it's working
| > > perfectly but
| > > > I need to know if it's possible to add a spell checker for the
| result.
| > >
| > >
| > >
|
|
 
Top