Re: Problems Adding JavaScript in links.

  •  03-06-2009, 10:49 AM

    Re: Problems Adding JavaScript in links.

    This is what I have for settings
     
     
    <%
     
     Set editor = New CuteEditor
     editor.ID = "sc_content"
     editor.DownLevelRows = 40
     
     editor.Text = sc_content
     
    'editor.EnableStripScriptTags = false
     
     editor.ShowBottomBar = true
     editor.FilesPath = "CuteEditor_Files"
     editor.EditorBodyStyle = "font:normal 12px arial;"

     editor.EnableAntiSpamEmailEncoder = false
     editor.UseFontTags = true

     editor.Draw()

    %>
     
    let me know
     
    and thanks in advanced   
    Yaco
View Complete Thread