PDA

View Full Version : Make a search engine


NonbornAdversary
09-26-2004, 07:39 PM
How can I use Javascript to create a personal search engine for a list of songs of mine. The list will be typed in text form under which CD it is in. I need to know how to make a program that will ask for what song I'm looking for then search it and tell me which CD I have it on. I've already tried this on my own and didn't get very far. I got it to prompt me with the CD title, but I'm needing it to read the text file then go to the matching line and highlight it. Any help would be appreciated.