I'm currently working on this script and there's a little javascript problem that i can't seem to find out what's going on
<input type="text" name="Subject" maxlength="{$config['subjectlength']}" class="formboxes" size="60" value="$Subject" onkeyup="myvalue(this,event);" />
<textarea cols="$TextCols" rows="$TextRows" class="formboxes" name="Message" onkeyup="storeCaret(this); myvalue(this,event);" onclick="storeCaret(this);"></textarea>
As you can see i have a Subject box & Message box, anyway my problem is ...when i type stuff in the textarea box ...and click to choose a smiley ...all my texts disappear/erase and replace by a smiley![]()
can anyone help me to fix this problem ?? it's frustrated if you typed a really long message and click a smiley ...the whole thing get erase and replace by a smiley ....
i'm not sure if my question is clear but ....hopefully someone in here is able to understand my question and help me out...thanks a million







Bookmarks