hey well ive got smilies for my shoutbox, to view them u click a link and a lil window opens does anyone no how to make the smilies so taht when they are clicked the correct text is inserted back to my shoutbox message box ?
like the ones used on here wen writing a post but sends to another page
smilies insertion
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
generally it's:
Code: Select all
window.opener.formsї'your_form_name'].elementsї'your_shout_box''s_textbox'].value += 'smiley_tag_text';