Forum Moderators: open

Message Too Old, No Replies

How do I add search fascility

         

designer 123

10:43 am on Sep 16, 2005 (gmt 0)

10+ Year Member



Hi guys,
Tx in advance.

what I want is to add the search fascility(within site) in my site.
Let me tell u the site structure.
The main page is say main.shtml
In main.shtml I used server side include to call files like gallery1.htm, gallery2.htm, gallery3.htm ..... till gallery30.htm.
this each htm page has 15 photos with 15 names below them.

Now What I want is to add the search box. if user sara is on 10 page (gallery10.htm) and if i type for sara then should direct to 10 th page.
Pl urgent ASAP.

Cheers:
Ram

Iguana

12:03 pm on Sep 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How about putting the Google site search box on your site?

Certainly you won't be able to program it in javascript.

Bernard Marx

12:09 pm on Sep 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can implement one in Javascript if you are prepared to have a list of all the available names stored in a script. This could be OK for your purposes. You'll just have to update it yourself.

Would that be OK?