Hi,
I tried to implement a button that automatically adds [quote ] [/ quote] to the message. That's very useful when users refere to information outside the forum. e.g. they want to talk about some information found somewhere else on the homepage.
I tried different versions like the one shown below but I didn't get it working. Can anybody help?
Thx
<script language="JavaScript"> //Function to add Quote to iframe function AddQuote() {
var textstring = "[ quote] [/ quote]"; document.getElementById("WebWizRTE").contentWindow.document.createTextNode(textstring);
} </script> |
Edited by tropenland - 09 December 2006 at 7:21pm