Click to See Complete Forum and Search --> : [RESOLVED] site search thru ASP


Divyakedia
03-12-2006, 07:38 AM
Hi,
I am new to Asp and would like to have a code that Searches words put in by the user on my site. i mean <form action="search.asp>
i want that '.asp' code. pls help me. i hope U have what i want

JayM
03-12-2006, 12:18 PM
An ASP search is a lot of code, so I doubt anyone is going to write you one. Do a google search, and you will find plenty of articles.

Here's an article (http://www.stardeveloper.com/articles/display.html?article=2000051001&page=1) .

Divyakedia
03-12-2006, 07:48 PM
I don't to use database and all that. is there no other way?

JayM
03-12-2006, 10:35 PM
You can use FileSystemObject. I don't know how efficient this is, but give it a test and see for yourself. I think this is what you're looking for (http://www.asptutorial.info/script/searchfiles/).