
http://www.chinahtml.com/submit/addtrade.php
http://www.chinahtml.com/submit/addurl.php
http://www.chinahtml.com/submit/addnews.php
能不能大概说一下怎么做呢?
|
|||||||
| 网站开发与设计 网页设计、网站开发、网站维护与调试交流区。 |
| 双至强仅二千,企商在线,最早租用商 | 时代冠军主机588元/2年送邮箱域名 | 亿恩1元帮您升级服务器! | 全球最新的创意可以产品 |
| 站长轻松日赚500,日结稳定高价,QQ:705491 705492 | 英雄合击 热血江湖私服 传奇私服 | 此文字广告位招租 | 完美世界私服 魔域私服 传奇私服 |
![]() |
|
|
主题工具 | 主题评分 | 显示模式 |
|
|
#1 (页面定位) |
|
青铜长老
![]() 注册日期: 2006-05-23
帖子: 266
![]() |
老鬼,你的站的提交表单能不能给偶提供下学习阿?
老鬼,你的站的提交表单能不能给偶提供下学习阿?
![]() http://www.chinahtml.com/submit/addtrade.php http://www.chinahtml.com/submit/addurl.php http://www.chinahtml.com/submit/addnews.php 能不能大概说一下怎么做呢? |
|
|
|
|
|
#7 (页面定位) |
|
CH重振中
![]() 注册日期: 2005-08-30
住址: 地球
帖子: 12301
![]() |
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> |
|
|
|