Hi
Im trying to integrate the RTE into a product form. The form itself is called productform
<form action="<%= ThisPageQS %>" method="post" name="productform" id="productform">
I have changed the 2 variables to the appropriate:
<%
'ID tag name of the HTML form the textarea is within
strFormName = "productform"
'ID tag name of HTML textarea being replaced
strTextAreaName = "product_Description"
%>
<!-- include the Web Wiz Rich Text Editor -->
<!--#include file="RTE_editor_inc.asp" -->
But when I load the page I get an error stating that the strFormName is undefined !
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'strFormName'
/fresh copy/cw2/Admin/ProductForm.asp, line 353
Have I missed anything ?
Can anyone help?
Jack