Hi,
i'm trying to call the rte in a different folder but i have some problems.
i have done the following
Const blnUseFullURLpath = true
Const strFullURLpathToRTEfiles = "mypath"
Also now I have
<!--#include file="rte/RTE_editor_inc.asp" --> in my file.
in the file RTE_editor_inc.asp
I modified
Response.Write(vbCrLf & "<script language=""JavaScript"" src=""RTE_javascript_common.asp"" type=""text/javascript"">
&
Response.Write(vbCrLf & "<script language=""JavaScript"" src=""RTE_javascript.asp?textArea=" & Server.URLEncode(strTextAreaName) & """ type=""text/javascript""></script>")
to use the strFullURLpathToRTEfiles constant
I can't see the images and i have a javascript error. Anybody can help me?