Today I've downloaded RTE pack.
My host directory is like this one:
host>
insert.asp
page1.asp
page2.asp
RTE Folder>
Image Folder>
etc...
Well, I want that into the insert.asp page will be RTE form.
I'have try to include RTE/defalut.asp in my insert.asp, but doesn't work.
My insert.asp is done with an include header file with <html> and <body> tag and menu, then the code of the page and another include file with </body> and </html> tag.
SO, I must to insert the onLoad="initialiseWebWizRTE();" in the body tag of include header.asp file?
Then, put the include RTE/default.asp page where I want show rte in my insert.asp page?