Hello,
I have several javascripts error when i open my page in ASP, and FCKEditor is not visible...
Can you help me please ?
My code is :
Thank you.
I have several javascripts error when i open my page in ASP, and FCKEditor is not visible...
Can you help me please ?
My code is :
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/admin/FCKeditor/"
oFCKeditor.Value = Rec_article.Fields.Item("corps").Value
oFCKeditor.Width="650"
oFCKeditor.Height="450"
oFCKeditor.Create "corps"
Thank you.
