Hi,
Because part of my site is based on WWF registration i found that Rte it's not working.
On the page, where only register users can see it and write comments i placed the RTE inside the textarea.
Now because this page also include common.asp file from WWF, RTE it's not working.
I get Name redefined for:
Const blnAttachments
= false 'Attach files to the editor contents
Const blnImageUpload
= false 'Upload images to the editor
Const strImageTypes
= "jpeg;jpg;gif;png" 'Separate file types with ;
If i put quotes infront of them, then i get textarea only without rte.
When i deleted common.asp file from that page rte was working. But because these are members pages i dont want that non-register users to see this page as i also have this code:
<% If intGroupID = 2 then
Response.Redirect "/sks/dostop1.asp?MP=True"
End If %>
|
Do u maybe know what should i do so that rte will work.
Thanks,