Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: Type mismatch: 'Server.HTMLEncode' -- inc_CuteEditor.asp, line 851
Re: Type mismatch: 'Server.HTMLEncode' -- inc_CuteEditor.asp, line 851
11-22-2005, 5:21 AM
rcroeder
Joined on 06-21-2004
Fremont, CA
Posts 149
Re: Type mismatch: 'Server.HTMLEncode' -- inc_CuteEditor.asp, line 851
Reply
Quote
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