Web162_187

所属分类:家庭/个人应用
开发工具:ASP
文件大小:3387KB
下载次数:37
上传日期:2005-05-17 15:33:25
上 传 者comp
说明:  网页酷吧全站系统在此之前提供了一个新闻系统V1.0,反应十分热烈,并有不少网友提供了不少意见例如在线编辑器等问题,并强烈要求本部提供全部程序,顺应广大网友的强烈要求,并希望本人的QQ能够闲下来(因为实在太多人问我网站的种种问题了,应付不了),本站在些把全站提供下来,希望大家好好享用.
(website system in the station before news of a system V1.0, the response is overwhelming, and many netizens have given a lot of advice such as online editors and so on, and strongly urge the Department to provide all the procedures that conform to the majority of the netizens strong demand, and I hope that my QQ to idle (because too many people have asked me the question of websites, fail to meet), the site of all-in some stations down, we hope to enjoy good.)

文件列表:
Web162_187 (0, 2004-09-16)
Web162_187\htdocs (0, 2004-09-16)
Web162_187\htdocs\check.asp (12254, 2004-08-31)
Web162_187\htdocs\chinauefloat.js (2277, 2004-08-31)
Web162_187\htdocs\conn.asp (222, 2004-08-31)
Web162_187\htdocs\css.css (13207, 2004-08-31)
Web162_187\htdocs\index.asp (1282, 2004-09-11)
Web162_187\htdocs\index.htm (44948, 2004-08-31)
Web162_187\htdocs\link.asp (2291, 2004-09-06)
Web162_187\htdocs\Style.css (497, 2004-08-31)
Web162_187\htdocs\title.asp (6632, 2004-08-31)
Web162_187\htdocs\文本文档.txt (3247, 2004-09-11)
Web162_187\htdocs\news (0, 2004-09-16)
Web162_187\htdocs\news\about.asp (924, 2004-08-31)
Web162_187\htdocs\news\aboutme.asp (2240, 2004-08-31)
Web162_187\htdocs\news\ad.asp (5101, 2004-08-31)
Web162_187\htdocs\news\addreview.asp (4692, 2004-08-31)
Web162_187\htdocs\news\admin_comment.asp (5836, 2004-08-31)
Web162_187\htdocs\news\ads.asp (3575, 2004-08-31)
Web162_187\htdocs\news\center.asp (27734, 2004-08-31)
Web162_187\htdocs\news\ceo.asp (2385, 2004-09-11)
Web162_187\htdocs\news\check.asp (528, 2004-08-31)
Web162_187\htdocs\news\comment.asp (4372, 2004-08-31)
Web162_187\htdocs\news\commentlogin.asp (2446, 2004-08-31)
Web162_187\htdocs\news\config.asp (386, 2004-08-31)
Web162_187\htdocs\news\conn.asp (221, 2004-09-11)
Web162_187\htdocs\news\copyright.asp (3235, 2004-08-31)
Web162_187\htdocs\news\count.asp (631, 2004-08-31)
Web162_187\htdocs\news\css.css (13207, 2004-08-31)
Web162_187\htdocs\news\float.js (2229, 2004-08-31)
Web162_187\htdocs\news\foot.asp (1045, 2004-08-31)
Web162_187\htdocs\news\gbook.asp (2249, 2004-08-31)
Web162_187\htdocs\news\help.asp (3097, 2004-08-31)
Web162_187\htdocs\news\img_free.js (749, 2004-08-31)
Web162_187\htdocs\news\index.asp (18394, 2004-08-31)
Web162_187\htdocs\news\index1.asp (19191, 2004-08-31)
Web162_187\htdocs\news\it162a.asp (9046, 2004-08-31)
Web162_187\htdocs\news\it162b.asp (10046, 2004-08-31)
Web162_187\htdocs\news\it162c.asp (9900, 2004-08-31)
Web162_187\htdocs\news\it162d.asp (9208, 2004-08-31)
... ...

简单新闻系统 1。例子说明: ============================= a. 之所以把新闻系统作为eWebEditor功能使用的一个例子,原因在于新闻系统很具有代表性,基本上eWebEditor所具有的功能都能在此系统上给予体现。 b. 在例子文件中都有对每一步骤进行详细的注释,您可以根据实际使用的需要对某些操作步骤或功能进行增删改。 c. 要使用此例子,您必须把压缩包eWebEditor目录设为虚拟目录,且虚拟目录名必须为eWebEditor,然后访问http://localhost/ewebeditor/example/newssystem/list.asp,之所以有此要求,是因为此新闻例子默认设置的上传文件路径的要求。 d. 数据库文件db.mdb中,表的每个字段都有注释,以便于您更好的了解eWebEditor的功能及使用方法。(附:系统数据库ewebeditor.mdb表字段也是有注释的,注释是我们的规定作法,希望您能更了解我们的系统) e. 此例子专门使用系统自带样式s_newssystem,此样式使用相对路径保存上传文件,所有上传的文件或远程获取的文件都存在文件夹下的NewsFile文件夹下,所有路径的格式都类似为"NewsFile/XXX.gif",此样式的远程获取模式为自动打开状态,即说明当提交表单时,编辑内容中的所有远程图片将自动上传到本地服务器。 2。文件说明: ============================= db.mdb:数据库文件 startup.asp:每页公用包含文件,包括数据库连接,公用基本函数,头尾部内容 add.asp:增加新闻表单页 addsave.asp:增加新闻保存页 modify.asp:修改新闻表单页 modifysave.asp:修改新闻保存页 list.asp:新闻列表页 delete.asp:删除新闻操作页 show.asp:显示新闻内容页 更多关于此例的说明请访问: http://eWebEditor.webasp.net/example.asp 2004年05月20日

近期下载者

相关文件


收藏者