Click to See Complete Forum and Search --> : Search Form


biggest
05-15-2003, 08:25 AM
Hi All,

Is there any javascript code to search contents of a website?

I am quite new to this and I'm looking for a script to search a section of a website. (not the whole site)

Can someone please help.

1) Do I need to create a database of some sort in order to be able to do this, or can I just do the search without having to create any database?

2) Does anyone have the code for the search?

Please help.

**B**

AdamGundry
05-15-2003, 08:51 AM
A server-side language, but if you have to do it client-side, check out some of these scripts:

http://wsabstract.com/script/cutindex14.shtml

Adam

P.S. You might need a database for a server-side script, but not for JS.