Jump to content

Inserting bbcode.


lszanto

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.