Really dumb instert text question -
12-18-2005
, 02:25 AM
I have an Input box (text) on an ASP.Net page. The purpose is for the user
to type in an english search string. I also have a couple of buttons that
will insert specific text. Currently the buttons only append the text to the
end of the user's entry. However, I want the text to be inserted at the
cursor postion. i.e. user clicks between a couple of words they typed, then
click the button, the button inserts text between the user's typed words.
This must be simple, but I have not come up with a solution. HELP! Thank
you in adavance |