Click to See Complete Forum and Search --> : repeating words


dvdljns
11-06-2003, 01:05 AM
I need a script that will check a webpage and list all the words
that repeat and how many times they repeat and save that to a txt file.
Thought I saw one like it on javascriptsource but cannot find it now

pyro
11-06-2003, 07:04 AM
JavaScript will not be able to save to a .txt file. You will have to use some sort of server-side language such as PHP or Perl to do this.

dvdljns
11-06-2003, 08:00 AM
ok then i need one list them so I can cut & paste