i have a default.asp page in wwwroot/dap/default.asp
i changed all the include files for the RTE in default.asp to look at this directory wwwroot/dap/rte/
i have no directory errors ..only that the toolbar is not appearing
the name of the form is frm and the textareas is txtEditor
also i have this <body bgcolor="#FFFFFF" text="#000000" STYLE="text-align:center" OnLoad="initialiseWebWizRTE();">
maybe the problem is that the default page is one directory back that the RTE files.is there any way i could leave that page to wwwroot/dap/default.asp this directory and not mix it with the files that are on the wwwroot/dap/rte/ ?
is this causing the problem?
i get a javascript error : object expected....and i think it is the initialiseWebWizRTE(); because it cannot find the function in the directory that the default.asp page is in..
can anyone help?
thank you !
EDIT: i put everything in the same directory and it works...
however i want to know how can i retrieve values from the database using sql server 2000 and put the data to the RTE?
currently i have
<textarea name="txtEditor" cols="80" rows="15" id="txtEditor" value="<%=txtEditor%>"></textarea>
but nothing shows in the RTE.if i view the source code i can see that the value has been retrieved.how can i show it?
Edited by mythodeia - 15 February 2006 at 5:06pm