📄 comment.js
字号:
<!--
//document.writeln(" <div id=\"postComment\">");
document.writeln(" <form name=\"myform\" method=\"post\" action=\"" + channelPath + "comment.asp\">");
document.writeln(" <input type=\"Hidden\" name=\"softid\" value=\"" + softid + "\" />");
document.writeln(" <input type=\"Hidden\" name=\"action\" value=\"save\" />");
document.writeln(" <p>用户名:<input type=\"text\" name=\"UserName\" maxlength=\"15\" size=\"28\" /> <font color=\"#ff0000\">!</font> <a href=\"" + channelPath + "comment.asp?softid=" + softid + "\" target=\"_blank\">查看更多评论</a></p>");
document.writeln(" <p>分 值:<input type=\"radio\" name=\"Grade\" value=\"100\" />100分");
document.writeln(" <input type=\"radio\" name=\"Grade\" value=\"85\" checked=\"true\" />85分");
document.writeln(" <input type=\"radio\" name=\"Grade\" value=\"70\" />70分");
document.writeln(" <input type=\"radio\" name=\"Grade\" value=\"55\" />55分 ");
document.writeln(" <input type=\"radio\" name=\"Grade\" value=\"40\" />40分");
document.writeln(" <input type=\"radio\" name=\"Grade\" value=\"25\" />25分");
document.writeln(" <input type=\"radio\" name=\"Grade\" value=\"10\" />10分");
document.writeln(" <input type=\"radio\" name=\"Grade\" value=\"0\" />0分</p>");
document.writeln(" <p>内 容:<textarea name=\"content\" cols=\"70\" rows=\"5\" title=\"请注意用语文明且合法,不要发布带有攻击性的言论,谢谢合作!\"></textarea> <font color=\"#ff0000\">!</font></p>");
document.writeln(" <p> <input type=\"submit\" name=\"Submit\" value=\"提交\" class=\"button\" /> ");
document.writeln(" <input type=\"reset\" name=\"Submit2\" value=\"重设\" class=\"button\" />");
document.writeln(" (注“<font color=\"#FF0000\">!</font>”为必填内容。) 验证码:<input name=\"codestr\" type=\"text\" size=\"6\" maxlength=\"4\"> <img src=\"/inc/getcode.asp\" alt=\"验证码,看不清楚?请点击刷新验证码\" height=\"10\" style=\"cursor : pointer;\" onclick=\"this.src='/inc/getcode.asp?t='+(new Date().getTime());\" /></p>");
document.writeln(" </form>");
//document.writeln(" </div>");
//-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -