How to use fckeditor in asp page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Archana1
    New Member
    • Dec 2007
    • 6

    How to use fckeditor in asp page

    hi

    I want to add fckeditor in asp. but it have some error like page can not be display


    Please reply urgently

    my code is:
    [code=asp]
    <!-- #include file="FCKeditor/FCKeditor_2.5.1/fckeditor/fckeditor.asp" -->
    <html>
    <head>
    <title>FCKedito r - Sample</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <body>
    <form method="post" action="fckedit ortest.asp">

    <%
    Dim oFCKeditor,a
    a="desc"
    Set oFCKeditor = New FCKeditor

    oFCKeditor.Base Path = "/FCKeditor/"
    oFCKeditor.tool barset="mytoolb ar"
    oFCKeditor.valu e=a
    oFCKeditor.Crea te "desc"
    %>
    <br>
    <input type="submit" name="submit" value="Submit">
    </form>
    </body>
    </html>[/code]
    Last edited by jhardman; Dec 31 '07, 06:31 PM. Reason: put code in code tags. Please notice button marked - #
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    it looks like the editor is having problems. can other ASP scripts run?

    Jared

    Comment

    Working...