jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

A Text-Based Search Engine

DeEnFrSp
Hits: 19

A Text-Based Search Engine

Rating 0.0 0.0
Have you wanted to allow your users to search through your website, checking for files that contain a particular string? Using the FileSystemObject, you can search through all of the files in a particular directory that contain a particular string. To allow for this functionality, you will need two ASP pages: one that presents the user a form to enter the string they wish to search for; the second needs to take this string, iterate through all of the files in a particular folder, and determine which of these files contain the string. This tutorial shows you how.


Platform(s): n/a
Date: Jan, 27 2000
Author: http://www.4guysfromrolla.com/webtech/102499-1.shtml

Ratings

Number of Ratings: 0 Votes
5     
0%
4
0%
3
0%
2
0%
1
0%
Visitor Voting Booth: Rate It!

Others Scripts

ASP FAQ

ASP/Tips and Tutorials/Frequently Asked Questions

4GuysFromRolla.com

ASP/Web Sites

How the Print this Page Script Works

ASP/Tips and Tutorials/Content Management

Creating a Click-Through Tracking System

ASP/Tips and Tutorials/Click Tracking

Creating Excel Spreadsheets

ASP/Tips and Tutorials/Excel and ASP

Creating Custom Hierarchical Recordsets

ASP/Tips and Tutorials/Database-related