我之前用的是4.0.
如果你现在用的是5.0。
在这个页面的大约419行(我用的是DW8),添加如下代码:
GetWriteComment = GetWriteComment & " <tr>"
GetWriteComment = GetWriteComment & " <td width=""80"" align=""center""></td>"
GetWriteComment = GetWriteComment & " <td height=""25"" align=""center"" width=""90%"">评定分值:<input type=""radio"" value=""0"" name=""point"">0分<input type=""radio"" value=""10"" name=""point"">10分<input type=""radio"" value=""25"" name=""point"">25分<input type=""radio"" value=""40"" name=""point"">40分<input type=""radio"" value=""55"" name=""point"">55分<input type=""radio"" value=""70"" name=""point"">70分<input type=""radio"" value=""85"" checked=""true"" name=""point"">85分<input type=""radio"" value=""100"" name=""point"">100分</td>"
GetWriteComment = GetWriteComment & " </tr>"
/////////////////////////////////////////////////////////
需要注意的是:
417、418行代码如下:
GetWriteComment = GetWriteComment & " <a href=""" & DomainStr & "User/UserReg.asp""><font color=red><u>注册</u><font></a></td>"
GetWriteComment = GetWriteComment & " </tr>"
评分的代码一定要加在这两行代码的下面。