Re: Type mismatch: 'Server.HTMLEncode' -- inc_CuteEditor.asp, line 851

  •  11-22-2005, 5:21 AM

    Re: Type mismatch: 'Server.HTMLEncode' -- inc_CuteEditor.asp, line 851

    This appears that s_text is null, the line should read
     
    if isnull(s_Text) = false and s_Text<> "" then :s_Text=Server.HTMLEncode( s_Text ): else s_Text=" ": end if

    and this should work
View Complete Thread