ok you got me loking closer, here is my dilema, which actually goes to a previous message i had a few days ago about the ieSPELL mod and the new 3.4.05 code, here is the change I am requested to do by the ieSPELL mod: When I do that I get the above error.
in Topic.asp ~Line 1159
replace this
" <td bgColor=""" & strForumCellColor & """ noWrap align=""center"" colspan=""2""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><input name=""Submit"" type=""submit"" value=""Submit Reply""> <input name=""Preview"" type=""button"" value=""Preview Reply"" onclick=""OpenPreview()"">"
with this
" <td bgColor=""" & strForumCellColor & """ noWrap align=""center"" colspan=""2""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><input name=""Submit"" type=""submit"" value=""Submit Reply""> <input name=""Preview"" type=""button"" value=""Preview Reply"" onclick=""OpenPreview()""><script language=""JavaScript"" type=""text/javascript"">checkspells();</script> <input name=""Reset"" type=""reset"" value=""Reset Form""></font></td>" & vbNewLine & _
this following line is the original one on Topic.asp that I wrongly thought was the problem as I saw in my original eror message.
'Response.Write " <input name=""Reset"" type=""reset"" value=""Reset Form""></font></td>" & vbNewLine & _
Without adding the line I my "post" screen does not display the text "Check Spelling" similar to what is here on snitz.