Print Page | Close Window

Quote Button

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=22164
Printed Date: 30 March 2026 at 12:09pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Quote Button
Posted By: tropenland
Subject: Quote Button
Date Posted: 09 December 2006 at 7:21pm
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

Quote
<script  language="JavaScript">
//Function to add Quote to iframe
function AddQuote() {   

    var textstring = "[ quote] [/ quote]";
   
    document.getElementById("WebWizRTE").contentWindow.document.createTextNode(textstring);

}
</script>



Replies:
Posted By: maddkat
Date Posted: 16 December 2006 at 1:59pm
try something like this

document.getElementById('message').contentWindow.document.body.innerHTML = 



-------------
1+1-1=1



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net