Hello,
I'm trying to make possible to add some special characters in the comments of the NewsArticle module using javascript. I've edited the the ucPostComments.ascx file.
And I added the code bellow but it doesn't work maybe some one can help me :
------------------------
<
function rnusekkil(skl)'' + skl + ''; script>
{
window.document.Form.textarea.value+=
window.document.Form.textarea.focus();
}
</
...........
<br /> <asp:TextBox ID="txtComment" CssClass="NormalTextBox" runat="server" Width="400"
Thanks