lszanto Posted May 6, 2007 Share Posted May 6, 2007 As I've posted before I'm working on a news system and I need a simple function to insert smilies where the cursor is, I can easily insert them at the end of the post but I need it to be wherever the cursor is, can anybody help, and this is the function. function putSmiley(num) { document.formd.news.value += ' :' + num + ': '; } Link to comment https://forums.phpfreaks.com/topic/50212-inserting-bbcode/ Share on other sites More sharing options...
fenway Posted May 6, 2007 Share Posted May 6, 2007 This topic has been covered countless times in the past on this forum; I can't remember what search terms to use, but it's here. Link to comment https://forums.phpfreaks.com/topic/50212-inserting-bbcode/#findComment-246642 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.