I found an answer fo you.
Change this:
Quote:
<textarea name="message" rows="10" cols="$textareacols" wrap="virtual" tabindex="1"></textarea>
|
to this:
Quote:
<textarea name="message" rows="10" cols="$textareacols" wrap="virtual" tabindex="1" onChange=getActiveText(this) onclick=getActiveText(this)></textarea>
|
Quote:
Originally posted by vdinh
There is a slight problem ... Wonder if it is my own problem or the script's ... When I try to edit a message, any time I hit the SPACE button, it gives a SPACE at the end of the message, not at the intended place ... Can you help clarify this? Thanks again
|