Hi guys,
The RTE is really fantastic. I downloaded it and its works like a charm. But still i have one question about it -
The default.asp runs perfect when i run it from the current location. But now i have the following structure.
1) There is a folder called Editor, which is the root.
2) In that I put default.asp.
3) There is another folder in Editor, called Common. In common, i have the remaining editor file.
4) In default.asp, i altered the following, to show the current path -
<!--#include file = "./common/RTE_configuration/browser_page_encoding_inc.asp" -->
Above the textarea, it like this -
<!--#include file ="./common/RTE_editor_inc.asp"-->
As you can see the paths are perfect.
5) But now when i run default.asp, it only gives me the textarea.
6) I searched a alot and found out that it doesnt call initialiseWebWizRTE() javascript function from ./common/RTE_Javascript.asp.
But i dont know why is it not calling that, bcoz otherwise everything is same.
7) If you simulate my scenario, you would automatically get wht i am saying.
It would be really helpful to have support on this issue.
Tx.Rgds