Web Analytics Made Easy -
StatCounter Making a terms dictionary - CodingForum

Announcement

Collapse
No announcement yet.

Making a terms dictionary

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Making a terms dictionary

    how can i create a dictionary of terms like this http://www.intelliscript.net/downloads.shtml?id=2&cart=
    from scratch so that it allows users to click on the word on the site itself, and display the word on a seperate frame?

    thanks
    Psycho

  • #2
    umm, i guess i could do it the hard way and just link every word to a page for that word.... But thats just too annoying

    Comment


    • #3
      I don't fully understand what you want, but I'm pretty sure you would need javascript for that..
      Shawn

      Comment


      • #4
        What you need is something that will parse, say, a text file for each occurance of each word, and then replaces it with the correct code.

        If you have access, I would strongly suggest doing this in something like PHP or Perl. They'll parse the files much faster than javascript would.

        -Andrew
        Get the best Web Design books called Visual QuickStart Guides at the Peachpit Press
        Ithium Web Hosting

        Comment

        Working...
        X