bjMobile

所属分类:SQL Server
开发工具:ASP
文件大小:2393KB
下载次数:3
上传日期:2009-08-28 13:54:47
上 传 者hyong488
说明:  后台加个“更新日期” 前台首页: 1. 客户留言不要! 2. 在精确搜索的上面每一位数上注明,1位,2位,3位,4位,5位,6位,7位,8位,9位,10位,11位 3. 全球通。神州行。动感等他们所属图标不要, 4. 首页上不要神州行畅听卡及号码,全球通,动感地带,神州行在首页上显示的号码多点! 5. 动画不要! 6. 公告在右上角,联系方式在左上角,特价区在左下角,情侣号字右下角, 7. 号码分类在上面 横着 8. 先看着弄,麻烦了 !明天给你电话
(Background plus a " updated" front page: 1. Feedback Do not! 2. In the search for an exact indicated on the top of each digit, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 3. GSM. Shenzhouxing. Dynamic and so their respective icons will not, 4. Do not listen to home page Shenzhouxing smooth card and number, the global pass, M-Zone, Shenzhouxing number displayed on the home page more! 5. Animation Do not! 6. Notice in the upper right, contact in the upper left corner, special district in the lower left corner, lower right corner of the word couple No. 7. Numbers in the above categories sideways 8. First, get looked at, in trouble! Call you tomorrow,)

文件列表:
bjMobile\ad\1.jpg (78104, 2009-08-20)
bjMobile\ad\2.jpg (64707, 2009-08-20)
bjMobile\ad\3.jpg (66663, 2009-08-20)
bjMobile\admin\addnews.asp (6241, 2009-08-20)
bjMobile\admin\adminsave.asp (2684, 2009-08-20)
bjMobile\admin\adminsavePS.asp (2100, 2009-08-20)
bjMobile\admin\adminsaveZF.asp (2152, 2009-08-20)
bjMobile\admin\admin_addadmininfo.asp (11600, 2009-08-20)
bjMobile\admin\admin_addanclassinfo.asp (9535, 2009-08-20)
bjMobile\admin\admin_addcompany.asp (9541, 2009-08-20)
bjMobile\admin\admin_addlinkdown.asp (9298, 2009-08-20)
bjMobile\admin\admin_addnewsdown.asp (8541, 2009-08-20)
bjMobile\admin\admin_addproduct.asp (17964, 2009-08-20)
bjMobile\admin\admin_addPS.asp (7790, 2009-08-20)
bjMobile\admin\admin_addteldown.asp (9099, 2009-08-20)
bjMobile\admin\admin_anclassinfo.asp (9880, 2009-08-20)
bjMobile\admin\admin_anclassmanage.asp (16860, 2009-08-20)
bjMobile\admin\admin_Authority.asp (15364, 2009-08-20)
bjMobile\admin\admin_Charinfo.asp (8881, 2009-08-20)
bjMobile\admin\admin_CharMgt.asp (12946, 2009-08-20)
bjMobile\admin\admin_CompangMgt.asp (16777, 2009-08-20)
bjMobile\admin\admin_Companyinfo.asp (9861, 2009-08-20)
bjMobile\admin\admin_editproduct.asp (16758, 2009-08-20)
bjMobile\admin\admin_index.asp (575, 2009-08-20)
bjMobile\admin\admin_Linkinfo.asp (9619, 2009-08-20)
bjMobile\admin\admin_LinkMgt.asp (16228, 2009-08-20)
bjMobile\admin\admin_listadmininfo.asp (12610, 2009-08-20)
bjMobile\admin\admin_main.asp (9046, 2009-08-20)
bjMobile\admin\admin_manageinfo.asp (10487, 2009-08-20)
bjMobile\admin\admin_managelist.asp (17558, 2009-08-20)
bjMobile\admin\admin_menu.asp (6576, 2009-08-20)
bjMobile\admin\admin_newsinfo.asp (8830, 2009-08-20)
bjMobile\admin\admin_newsmain.asp (16202, 2009-08-20)
bjMobile\admin\admin_price.asp (8780, 2009-08-20)
bjMobile\admin\admin_priceM.asp (8781, 2009-08-20)
bjMobile\admin\admin_productlist.asp (24588, 2009-08-20)
bjMobile\admin\admin_reAuthority.asp (11462, 2009-08-20)
bjMobile\admin\admin_repwd.asp (12913, 2009-08-20)
bjMobile\admin\admin_telinfo.asp (7852, 2009-08-20)
bjMobile\admin\admin_telmain.asp (16056, 2009-08-20)
... ...

简单新闻系统 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日

近期下载者

相关文件


收藏者