finding value of selected text in textarea

wxdqz

New Member
hi,

i'm trying to find this partial string to use in a js function. if i use something like,
document.form.textbox.value
it will return the full value. i want to select (onSelect?) a portion of the text and refer to that in the function.

any help?......
thanks.
 
Back
Top