capturing text

wxdqz

New Member
Can anyone tell me how to do this
I have a massive text file (the result of an export), basically a list of words.
the easiest way of modifing this text file to work the way i want it to is to paste a script at the top.

what i need is if i click on a word (lets imagine 'example') , i need to find out what that word is, eg, event.srcElement....text = "example"

if that makes any sense.. or even if the word is doubleclicked, how can I reference it??? cant find body.document.selection or anything similar


any helpp would be appreciated

thanks
 
Back
Top