Re: Difference in Post Behavior between IE 6 and Firefox 1.5

  •  03-13-2006, 1:15 PM

    Re: Difference in Post Behavior between IE 6 and Firefox 1.5

    Andrew,

     

    I rarely use the guide since it is usually not keep up to the latest version. From the looking at the actual code in include_CuteEditor.asp the variable is loaded with a string.

     

    Private Sub Class_Initialize()

    s_activetab = "Edit"

    s_AllowEditServerSideCode = "false"

    s_allowpastehtml = "true"
     
    Public Property Let AllowPasteHtml(yesornot)
    s_allowpastehtml = CStr(yesornot)
     
    What is being retrieved is a lower case true and false, how this is used later on in the program is an issue for CuteSoft to comment on.
     
    Oh by the way Adam or Karen, when you paste into the editor from Word and the dialog box appears asking your to clean the pasted data, it should be Yes or No, not Yes or Cancel
     
    RC
View Complete Thread