like the one here. I kinda used the vbcode.js from here but I still havn't gotten it right.
I have...
function smilie(thesmilie) {
// inserts smilie text
document.message.value += thesmilie+" ";
document.message.focus();
}
the textarea name is message.
anyone who can get that to work for me...
4202004 kudos goes to you!