Jump to content
MakeWebGames

Recommended Posts

Posted

Re: [mccode] mailbox with smilies

nice mod +1

is there a way to just click the smiley and it inserts the code in to the text box i think this would look better than :) = :cool any 1?

  • Replies 55
  • Created
  • Last Reply

Top Posters In This Topic

  • 11 months later...
Posted

Re: [mccode] mailbox with smilies

So i have added the smiles and attempted to make them clickable...

I am using...

<input type="image" src="/smilies/smiley14.gif" alt="smile" title="smile" onclick="insert(this.form.message,'[p][/p]')" />

 

It inputs the smilie like it should but it also sends the message :S, any help?

Posted

Re: [mccode] mailbox with smilies

Why are you using [p][/p]

Just insert the actual bbcode.

And for the sending message.

onClick="insert(this.form.message,'[p][/p]'); return false;"

Try that for your onClick attribute.

Posted

Re: [mccode] mailbox with smilies

 

Why are you using [p][/p]

Just insert the actual bbcode.

And for the sending message.

onClick="insert(this.form.message,'[p][/p]'); return false;"

Try that for your onClick attribute.

[p][/p] << accidental forgot to change it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...