这个问题,很少有人问啊,为啥要去掉表情呢?如果要真要这样做可以这样尝试一下:
找到Plus目录下的Comment.asp
把如下代码去掉试试
GetWriteComment = GetWriteComment & " <td height=""25"" align=""center"">"
Dim str:str="惊讶|撇嘴|色|发呆|得意|流泪|害羞|闭嘴|睡|大哭|尴尬|发怒|调皮|呲牙|微笑|难过|酷|非典|抓狂|吐|"
Dim strArr:strArr=Split(str,"|")
For K=0 to 19
GetWriteComment = GetWriteComment & "<img style=""cursor:hand"" title=""" & strarr(k) & """ onclick=""insertface(\'[e" & k &"]\')"" src=""" & DomainStr & "images/emot/" & K & ".gif""> "
If (K+1) mod 5=0 Then GetWriteComment = GetWriteComment & "<br />"
Next
GetWriteComment = GetWriteComment & "</td>"