Web Wiz Rich Text Editor

<% '---------------------------------------------------------------------------------------------- 'The following onload event needs to be placed into the body tag for the web page you 'are placing the RTE into to initialise the Javascript for the Web Wiz Rich Text Editor (RTE):- 'OnLoad="initialiseWebWizRTE();" 'The following needs to be placed on the line above the textarea that you wish to be 'replaced with the Web Wiz Rich Text Editor (RTE). '---------------------------------------------------------------------------------------------- Dim strFormName Dim strTextAreaName 'Edit the intilised variables below to put in the 'name' and 'id' tags of your form and textarea 'Make sure that your form and textarea have both 'name' and 'id' tags 'ID tag of the HTML form the textarea is within (this is the name="myForm" and id="myForm" part, make sure they are both the same) strFormName = "myForm" 'ID tag of the HTML textarea being replaced (this is the name="myTextarea" and id="myTextarea" part, make sure they are both the same) strTextAreaName = "myTextarea" '---------------------------------------------------------------------------------------------- %> Title:
Private (only you and friends see) Publish


<% '***** START WARNING - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE LICENSE AGREEMENT ****** If blnAbout Then Response.Write("
Web Wiz Rich Text Editor version " & strRTEversion) Response.Write("
Copyright ©2001-2007 Web Wiz
") End If '***** END WARNING - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE LICENSE AGREEMENT ****** %>