Looked at your Post_info.asp
You have not made the changes required for the Reply Part
You need to add the statements shown in red
strSql = strSql & ", R_MESSAGE"
strSql = strSql & ", R_MSGICON"
' DEM --> End of Code added
strSql = strSql & ", " & "'" & txtMessage & "'"
strSql = strSql & ", " & Request.Form("strMessageIcon")
www.forumSquare.com - Rakesh Jain - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.