Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Found a solution
<html>
<head>
<script type="text/javascript">
function insertSmile(smile)
{
document.chatform.chatmassage.value += smile;
}
</script>
</head>
<body>
<form method="POST" name="chatform">
<textarea name="chatmassage"></textarea>
</form>
<img src="../chat/smile/smile.gif" alt=";)" onclick="insertSmile(';) ')" />
<img src="https://vk.com/emoji/s/sprite_0.png" alt="%)" onclick="insertSmile('%) ')" />
</body>
</html>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question