<form name="form_comment" id="form_comment" method="post">
<textarea name="content" class="conts" id="comment_content"></textarea>
<a href="javascript:insertsmilie('[em1]')"><img src="http://localhost/cking/images/cking/images/faceicon/1.gif" width="16" height="16" /></a>
</form>
<script>
// 插入表情
function insertsmilie(smilieface){
document.form_comment.content.value+=smilieface;
}
</script>这个简单的JS仅简单是实现插入,请高人帮忙实现一下在textarea光标处插入表情,谢谢~
(百度了几个,都弄不出来,只好来求助了,谢谢)