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 + ': '; } Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.