Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

116 users online



getting smilies inserted to textarea

getting smilies inserted to textarea

Currently viewing this thread: 1 (0 members and 1 guests)


ed-d

ed-d

Status: Offline!

getting smilies inserted to textarea

hi.

i have an html form, with a textarea. to the right of it is a list of smilies. i'd like to be able to click on those smilies to insert their "values" in that textarea. i'm sure it's javascript... just like however this forum does it. any help would be appreciated.

danielmccoy

danielmccoy

Status: Offline!

Here is a simple example to insert text into a textarea:

Quote:


<form action="changeme.html" method="post" name="message">

<script language="javascript">
function insertext(text){
document.message.message.value+=""+ text;
}
</script>

<a href="javascript:insertext('<b></b>')">Bold Text</a>
<a href="javascript:insertext('<i></i>')">Italic Text</a>
<br><textarea name="message" cols=40 rows=8></textarea>

</form>

Do not change the name in the form tag unles you know what you are doing. I hope this gets you going in the right direction.

___________________

Game servers, need one? CS, CZ, DOD danieljmccoy@hotmail.com

ed-d

ed-d

Status: Offline!

thanks Smile

flix

flix

Just me visit flix.tk
Status: Offline!

ehm how woul that work if the smilies are in an iframe ???? :confused:

___________________

I LOVE TUTORIALFORUMS.com !!

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0068 seconds.