PDA

View Full Version : Listing words in a webpage


phillyman1025
07-16-2008, 07:10 PM
Is there a way to list all the words that appear in a webpage count the number of times each word appears and have the results displayed with an alert?

Philip M
07-16-2008, 07:32 PM
Could you explain how this differs from your previous post:-

http://www.codingforums.com/showthread.php?t=144393


You can count the total number of words in a webpage but I see it as impractical to list each individual word with a count as to how many times it appears. What would be the point?

Have a look at:-

http://www.prioritysubmit.com/seotools-page-word-count.html

shyam
07-16-2008, 07:42 PM
like a histogram of words?

phillyman1025
07-17-2008, 02:08 PM
I have been trying to figure out how the prioritysubmit.com word count works. What I had in my earlier post was code that searched the document for specified words instead of listing all the words that appear. Any help in accomplishing this would be greatly appreciated.