WebSite3

所属分类:WEB开发
开发工具:Visual C++
文件大小:5400KB
下载次数:20
上传日期:2009-03-30 01:36:29
上 传 者baiseyongheng
说明:  asp.net c# sql2000实现的旅游酒店管理,可以实现信息的发布,机票酒店的预定等功能
(hotel manage)

文件列表:
WebSite3\51aspx源码必读.txt (1865, 2008-12-07)
WebSite3\ad\07070810.jpg (4002, 2007-07-08)
WebSite3\ad\ad1.gif (40883, 2007-07-09)
WebSite3\ad\from.gif (4945, 2007-07-18)
WebSite3\ad\Thumbs.db (12288, 2008-12-06)
WebSite3\ad\未标题-7.gif (40883, 2007-07-09)
WebSite3\admin\area.aspx (2842, 2008-12-07)
WebSite3\admin\area.aspx.cs (1401, 2007-12-14)
WebSite3\admin\bulletin.aspx (2186, 2007-11-02)
WebSite3\admin\bulletin.aspx.cs (411, 2007-11-30)
WebSite3\admin\bulletin_Add.aspx (2548, 2007-09-25)
WebSite3\admin\bulletin_Add.aspx.cs (1301, 2007-11-30)
WebSite3\admin\bulletin_update.aspx (291, 2007-07-26)
WebSite3\admin\bulletin_update.aspx.cs (418, 2007-11-30)
WebSite3\admin\comment.aspx (2483, 2007-11-02)
WebSite3\admin\comment.aspx.cs (478, 2007-12-14)
WebSite3\admin\config.aspx (12551, 2007-12-09)
WebSite3\admin\config.aspx.cs (3592, 2007-12-14)
WebSite3\admin\Defaultcs.aspx (365, 2007-11-24)
WebSite3\admin\Defaultcs.aspx.cs (550, 2007-11-30)
WebSite3\admin\frm_upload.aspx (646, 2007-04-21)
WebSite3\admin\frm_upload.aspx.cs (751, 2007-11-30)
WebSite3\admin\frm_upload2.aspx (657, 2007-09-27)
WebSite3\admin\frm_upload2.aspx.cs (755, 2007-11-30)
WebSite3\admin\hotel.aspx (5137, 2008-12-07)
WebSite3\admin\hotel.aspx.cs (3264, 2007-12-09)
WebSite3\admin\hotel_list.aspx (2999, 2007-11-28)
WebSite3\admin\hotel_list.aspx.cs (2054, 2007-11-25)
WebSite3\admin\hotel_order_form.aspx (3684, 2007-12-07)
WebSite3\admin\hotel_order_form.aspx.cs (2706, 2007-12-03)
WebSite3\admin\hotel_room_add.aspx (6994, 2007-11-28)
WebSite3\admin\hotel_room_add.aspx.cs (4557, 2007-11-30)
WebSite3\admin\hotel_room_show.aspx (1663, 2007-12-03)
WebSite3\admin\hotel_room_show.aspx.cs (964, 2007-12-03)
WebSite3\admin\hotel_update.aspx (4503, 2007-12-09)
WebSite3\admin\hotel_update.aspx.cs (4386, 2007-12-09)
WebSite3\admin\images\admincp.css (9156, 2007-12-07)
WebSite3\admin\images\background.gif (130, 2007-04-11)
WebSite3\admin\images\bg_button.gif (46, 2006-08-25)
WebSite3\admin\images\bg_header.gif (57, 2006-08-25)
... ...

Dom Release Notes ** Known Issues ** * margin/padding/borders on HTML element cause getXY to misreport * margin/borders on BODY element may cause getXY to misreport * Fixed postioning causes getXY to misreport in some cases ---------------------------- *** version 2.4.0 *** * no longer accounting for safari body margin when offsetParent == body * isAncestor and inDocument no longer use batch * added getClientRegion() *** version 2.3.1 *** * allow batch() to work on array-like object * return null from Dom.get(undefined) *** version 2.3.0 *** * added getAncestorBy methods * added getChildren methods * added getSibling methods * trimming added for class mgmt methods * fixed getXY inside table for Opera *** version 2.3.0 *** * added getAncestorBy methods * added getChildren methods * added getSibling methods * trimming added for class mgmt methods * fixed getXY inside table for Opera *** version 2.2.2 *** * fixed getXY scroll regression *** version 2.2.1 *** * fixed toCamel propertyCache used by set/getStyle * added set/getStyle support for float property * optimized get() for common use case * fixed getXY for safari when el has absolute ancestors * using className property instead of string literal for class mgmt methods * added getXY/getRegion support for body element *** version 2.2.0 *** * no change *** version 0.12.2 *** * no change *** version 0.12.1 *** * getElementsByClassName no longer reverts to document when "root" not found * setXY no longer makes a second call to getXY unless noRetry is false * minified version no longer strips line breaks *** version 0.12.0 *** * fixed getXY for IE null parent * branching set/getStyle at load time instead of run time *** version 0.11.3 *** * fixed getX and getY returning incorrect values for collections * fixed getXY incorrectly calculated for Opera inline elements * fixed isAncestor failure in safari when 2nd arg is document.documentElement * fixed infinite loop in replaceClass when oldClassName == newClassName * getDocumentWidth no longer includes scrollbars *** version 0.11.2 *** * limit depth of parent.document crawl to 1 for getXY * test offsetParent instead of parentNode for getXY * return null if no el fo r get * just addClass if no class to replace for replaceClass *** version 0.11.1 *** * return null if el is null for get() * test offsetParent rather than parentNode for getXY() * limit depth of parent.document crawl for IE getXY() to 1 * if no oldClassName to replace, just addClass for replaceClass() *** version 0.11.0 *** * Work around Opera 9 broken currentStyle * Removed timeout wrapper from setXY retry * Tagname tests now case-insensitive * Internal "this" references changed to allow for method shorthand * get/setStyle now accept both camel and hyphen case * Gecko reverted to crawling offsets for getXY *** version 0.10.0 *** * Safari now fails gracefully when querying computedStyle of an unavailable element * Class management functions added (hasClass, addClass, removeClass, replaceClass, getElementsByClassName) * All methods that accept HTMLElements or IDs now also accept arrays of HTMLElements and/or IDs * GenerateId method added * isAncestor method added * inDocument method added * getElementsBy method added * batch method added * getClientHeight/Width deprecated in favor of getViewportHeight/Width * getDocumentHeight/Width methods added *** version 0.9.0 *** * Initial release

近期下载者

相关文件


收藏者