老鬼,你的站的提交表单能不能给偶提供下学习阿? :ft: http://www.chinahtml.com/submit/addtrade.php http://www.chinahtml.com/submit/addurl.php http://www.chinahtml.com/submit/addnews.php 能不能大概说一下怎么做呢?
4.7不需要用php文件了,直接html文件 HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>投稿 - 站长资讯</title> <meta name="robots" content="noindex, nofollow, noarchive"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="description" content="站长资讯投稿"> <meta name="keywords" content="站长资讯投稿"> <style type="text/css"> @import "images/cp.css"; @import "images/customcp.css"; </style> <script type="text/javascript" src="images/dynamic.js"></script> </head> <body class="firefox" id="public"> <img id="top" src="images/top.png" alt="" /> <div id="container"> <h1><a href="/">站长资讯</a></h1> <form class="wufoo" enctype="multipart/form-data" method="post" action="/e/DoInfo/ecms.php"> <div class="info"> <h2>新闻投稿</h2> <p>欢迎你的来稿,来稿要经过我们的审核才可以通过,请仔细填写,带<span class="req">*</span>号的为必填项目.</p> </div> <ul> <li> <label class="desc" for="itle"> 标题 <span class="req">*</span></label> <div> <input id="Field5" name="title" class="field text medium" type="text" maxlength="255" value="" /> </div> </li> <li> <label class="desc" for="classid"> 请选择栏目 (请选择底色为蓝色的终极栏目)<span class="req">*</span></label> <div> <select class="field select medium" id="classid" name="classid"> <script src="/d/js/js/addinfo1.js"></script> </select> </div> </li> <li> <label class="desc" for="writer"> 作者 </label> <div> <input id="writer" name="writer" class="field text small" maxlength="255" value="" type="text"> </div> </li> <li> <label class="desc" for="befrom"> 来源 </label> <div> <input id="befrom" name="befrom" class="field text small" maxlength="255" value="" type="text"> </div> </li> <li> <label class="desc" for="smalltext"> 内容简介 </label> <div> <textarea id="smalltext" name="smalltext" rows="10" cols="50" class="field textarea small"></textarea> </div> </li> <li> <label class="desc" for="newstext"> 新闻正文 <span class="req">*</span></label> <div> <textarea id="newstext" name="newstext" rows="10" cols="50" class="field textarea large"></textarea> </div> </li> <li class="buttons"> <input type="hidden" name="ecmsfrom" value="" /> <input type="hidden" name="mid" value="1" /> <input type="hidden" name="enews" value="MAddInfo" /> <input id="saveForm" class="btTxt" value="提交" type="submit"> </li> </ul> </form> </div> <img id="bottom" src="images/bottom.png" alt="" /> <div id="footer"> <p> <a href="/siteinfo/aboutus.shtml">关于站点</a> - <a href="/siteinfo/advertisement.shtml">广告服务</a> - <a href="/siteinfo/contact.shtml">联系我们</a> - <a href="/siteinfo/copyright.shtml">版权隐私</a> - <a href="/siteinfo/promise.shtml">免责声明</a> - <a href="/siteinfo/service.shtml">服务条款</a> - <a href="http://www.phome.net" rel="external">程序支持</a> - <a href="/siteinfo/sitemap.shtml">网站地图</a></p> </div> </body> </html>
这个做不到,只能返回固定的地址 返回变量的使用方法: 在制作提交表单加上ecmsfrom变量项即可,如:<input type=hidden name=ecmsfrom value="http://www.phome.net">,表示提交后返回到官方首页。 ecmsfrom变量值有三种方式: 1、如果不设置则返回系统默认的地址 2、如果值为9,那么返回的是提交地址,系统自动识别 3、如果设置除了9以外其它值,将返回变量值的地址。