📄 js.htm
字号:
document.write ("<li>没有任何评论</li><br /><!--by createlivecms 4.0-->");
document.write ("<script language=\"JavaScript\" type=\"text/javascript\" src=\"/Inc/Js/comment.js\"></script>");
document.write ("<table class=\"formComment\">");
document.write ("<form action=\"/Comment/Write.asp\" method=\"post\" name=\"formComment\" id=\"formComment\" onsubmit=\"return CheckComment()\">");
document.write (" <tr class=\"tdbg\"> ");
document.write (" <td align=\"right\" width=\"10%\">姓 名:</td>");
document.write (" <td width=\"40%\">");
document.write (" <input type=\"text\" name=\"UserName\" maxlength=\"20\" size=\"22\" value=\"\" onfocus=\"this.select();\" /> <font color=\"red\">*</font> ");
document.write (" <input type=\"checkbox\" name=\"Hidden\" value=\"1\" /> 隐藏IP");
document.write (" </td>");
document.write (" <td align=\"right\" width=\"10%\">邮 箱:</td>");
document.write (" <td width=\"40%\">");
document.write (" <input type=\"text\" name=\"UserEmail\" maxlength=\"30\" size=\"22\" value=\"\" onfocus=\"this.select();\" /> <font color=\"red\">*</font> ");
document.write (" <input type=\"checkbox\" name=\"Argue\" value=\"1\" onclick=\"checkArgue()\" /> 设为辩论");
document.write (" </td>");
document.write (" </tr>");
document.write (" <tr class=\"tdbg\" id=\"NoArgue\"> ");
document.write (" <td align=\"right\">内 容:</td>");
document.write (" <td colspan=\"3\"> ");
document.write (" <textarea name=\"CommentContent\" style=\"width:90%\" rows=\"5\" id=\"CommentContent\"></textarea>");
document.write (" </td>");
document.write (" </tr>");
document.write (" <tr class=\"tdbg\" id=\"ArgueTitle\" style=\"display:none;\"> ");
document.write (" <td align=\"right\">辨 题:</td>");
document.write (" <td colspan=\"3\"> ");
document.write (" <input name=\"CommentTitle\" style=\"width:90%\" id=\"CommentTitle\" />");
document.write (" </td>");
document.write (" </tr>");
document.write (" <tr class=\"tdbg\" id=\"IsArgue\" style=\"display:none;\">");
document.write (" <td align=\"right\" width=\"10%\">正 方:</td>");
document.write (" <td width=\"40%\">");
document.write (" <textarea name=\"AgreeContent\" style=\"width:98%\" rows=\"5\" id=\"AgreeContent\"></textarea></td>");
document.write (" <td align=\"right\" width=\"10%\">反 方:</td>");
document.write (" <td width=\"40%\">");
document.write (" <textarea name=\"DisAgreeContent\" style=\"width:98%\" rows=\"5\" id=\"DisAgreeContent\"></textarea></td>");
document.write (" </tr>");
document.write ("<script type=\"text/javascript\">");
document.write ("var UseValidCode=\"1\";");
document.write ("if (UseValidCode==\"1\")");
document.write ("{");
document.write (" document.write(\"<tr class='tdbg'><td align='right' width='10%'>验证码:</td>\");");
document.write (" document.write(\"<td colspan='3'> <input type='text' name='Comment_ValidCode' maxlength='4' size='8' value='' /> \");");
document.write (" document.write(\"<img src='/Inc/Cl_GetCode.asp?type=Comment_ValidCode' alt='' /> <font color='#009900'>*</font> 请输入验证码!</td></tr>\");");
document.write ("}");
document.write ("</script>");
document.write (" <tr class=\"tdbg\"> ");
document.write (" <td colspan=\"4\" align=\"center\"> ");
document.write (" <input name=\"Action\" type=\"hidden\" id=\"Action\" value=\"Save\" />");
document.write (" <input name=\"ChannelID\" type=\"hidden\" id=\"ChannelID\" value=\"2\" />");
document.write (" <input name=\"InfoID\" type=\"hidden\" id=\"InfoID\" value=\"937\" />");
document.write (" <input type=\"submit\" name=\"Submit\" value=\" 发 表 \" />");
document.write (" </td>");
document.write (" </tr>");
document.write ("</form>");
document.write ("</table>");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -