火车采集器软件交流官方论坛

 找回密码
 加入会员
搜索
火车采集器V9版免费下载火车浏览器 - 可视采集,万能群发,全自动脚本工具
查看: 2326|回复: 0

求助 采集获取列表正确,但测试发布错误!

[复制链接]
发表于 2011-1-11 23:40:37 | 显示全部楼层 |阅读模式
采集网站获取到列表了,但是测试发布的时候总是错的,怎么都发不了!下面是返回的代码!
我明明填写了标题等各类标签 但依然是这样!

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title>添加新闻</title>
  6. <script type="text/javascript">
  7. function CheckConfig()
  8. {
  9. if (document.config.title.value=="")
  10. {
  11. alert('标题不能为空!');
  12. document.config.title.focus;
  13. return false;
  14. }
  15. if (document.config.user.value=="")
  16. {
  17. alert('发布者不能为空!');
  18. document.config.user.focus;
  19. return false;
  20. }
  21. if (document.config.info.value=="")
  22. {
  23. alert('信息来源不能为空!');
  24. document.config.info.focus;
  25. return false;
  26. }
  27. return true;
  28. }
  29. function Clear()
  30. {
  31. document.config.title.value=="";
  32. document.config.user.value=="";
  33. document.config.info.value=="";
  34. }
  35. </script>
  36. <style type="text/css">
  37. <!--
  38. body,td,th {
  39.         font-size: 12px;
  40. }
  41. .STYLE1 {color: #FF0000}
  42. .Edit_style {
  43.         border: 1px solid #CCCCCC;
  44. }
  45. a:link {
  46.         color: #000000;
  47.         text-decoration: none;
  48. }
  49. a:visited {
  50.         text-decoration: none;
  51.         color: #000000;
  52. }
  53. a:hover {
  54.         text-decoration: none;
  55.         color: #000000;
  56. }
  57. a:active {
  58.         text-decoration: none;
  59.         color: #000000;
  60. }
  61. -->
  62. </style>
  63. </head>

  64. <body>

  65. <table width="630" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
  66.   <tr>
  67.     <td height="30" colspan="3" bgcolor="#FFFFFF"><div align="center">添加新闻 | <a href="admin_news.asp">返回新闻管理</a></div></td>
  68.   </tr>
  69. <form action="?action=add" method="post" id="config" name="config">
  70.   <tr>
  71.     <td width="67" height="30" bgcolor="#F7F7F7"><div align="center">新闻标题</div></td>
  72.     <td width="560" height="30" colspan="2" bgcolor="#F7F7F7">&nbsp;&nbsp;<input name="title" type="text" class="Edit_style" id="title" size="35" maxlength="255" /></td>
  73.   </tr>
  74.   <tr>
  75.     <td width="67" height="30" bgcolor="#FFFFFF"><div align="center">新闻分类</div></td>
  76.     <td height="30" colspan="2" bgcolor="#FFFFFF">&nbsp;
  77.       <select name="classid" id="classid">
  78.           
  79.         <option value="1">刑事审判</option>
  80.                
  81.         <option value="2">审查起诉</option>
  82.                
  83.         <option value="3">侦查阶段</option>
  84.                
  85.         <option value="46">常见罪名</option>
  86.                
  87.         <option value="47">常见问题</option>
  88.                
  89.         <option value="48">辩护技巧</option>
  90.                
  91.         <option value="49">典型案例</option>
  92.                
  93.         <option value="50">法律文书</option>
  94.                
  95.         <option value="51">法律法规</option>
  96.                
  97.         <option value="52">最新动态</option>
  98.                
  99.       </select>
  100.       <input name="jf" type="checkbox" id="jf" value="up" checked="checked" />
  101. 记忆功能</td>
  102.   </tr>
  103.   <tr>
  104.     <td width="67" height="6" bgcolor="#F7F7F7"><div align="center">发布者</div></td>
  105.     <td height="6" colspan="2" bgcolor="#F7F7F7">&nbsp;
  106. <input name="user" type="text" class="Edit_style" id="user" value="334077485" size="20" maxlength="255" /></td>
  107.   </tr>
  108.   <tr>
  109.     <td width="67" height="7" bgcolor="#F7F7F7">小图上传</td>
  110.     <td height="7" colspan="2" bgcolor="#F7F7F7"><input name="images" type="text" class="Edit_style" id="images" value="/images/nopic.jpg" size="36" maxlength="255" />
  111.          <input name="xs" type="checkbox" id="xs" value="yes" />
  112.            <span class="STYLE1">设为图片显示新闻</span>  
  113.       <iframe name="ad" frameborder=0 width=560 height=40 scrolling=no src=tp-shangchuan.asp></iframe></td>
  114.   </tr>
  115.   
  116.   <tr>
  117.     <td width="67" height="30" bgcolor="#FFFFFF"><div align="center">新闻来源</div></td>
  118.     <td colspan="2" bgcolor="#FFFFFF">&nbsp;
  119.       <input name="info" type="text" class="Edit_style" id="info" value="转载" size="20" maxlength="255" />
  120.       来源网址
  121.       <input name="infourl" type="text" class="Edit_style" id="infourl" size="20" maxlength="255" />
  122.       <input type="radio" name="radiobutton" value="radiobutton" onclick="info.value='原创'" />
  123. 原创
  124. <input name="radiobutton" type="radio" value="radiobutton" onclick="info.value='转载'" checked="checked" />
  125. 转载</td>
  126.   </tr>
  127.   <tr>
  128.     <td width="67" height="30" bgcolor="#F7F7F7"><div align="center">新闻内容</div></td>
  129.     <td colspan="2" bgcolor="#F7F7F7"><INPUT type="hidden" name=content>
  130.       <iframe ID="eWebEditor1" src="ewebeditor.asp?id=content&style=s_3d" frameborder="0" scrolling="no" width="550" HEIGHT="350"></iframe>          </td>
  131.   </tr>
  132.   <tr>
  133.     <td height="40" colspan="3" bgcolor="#FFFFFF"><div align="center">
  134.       <input type="image" src="images/Post.gif" name="Submit" onclick="return CheckConfig();" />&nbsp;</div></td>
  135.   </tr>
  136. </form>
  137. </table>

  138. </body>
  139. </html>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?加入会员

x
您需要登录后才可以回帖 登录 | 加入会员

本版积分规则

QQ|手机版|Archiver|火车采集器官方站 ( 皖ICP备06000549 )

GMT+8, 2025-7-7 11:11

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表