Hi ,
I am using web wiz forums and i am integrating RTE inorder to enhance the editor.
I extracted the file in RTE folder onto /forum/includes/ directory which contains my file for textarea.
I have the textarea for the forum in a file named /forum/includes/message_form_inc.asp in which i added
<!--#include file="RTE_editor_inc.asp" -->I have the body tag in /forum/includes/header.asp in which i added
OnLoad="initialiseWebWizRTE();"
Now when i click on New Topic I get following error Microsoft VBScript compilation error '800a0411'
Name redefined
/forum/includes/RTE_configuration/RTE_setup.asp, line 119
Const strUploadComponent = "AspUpload" 'Persits AspUpload 3.x or above (includes progess bar) - http://www.aspupload.com
Please help