freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

酒店客房管理系統(tǒng)畢業(yè)設(shè)計(jì)(編輯修改稿)

2025-05-06 07:42 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 7% border=0 align=left cellspacing=1 bgcolor=000000 % If not Then tol= for i=1 to tol % % 39。向下移動(dòng)記錄指針 if then exit for 39。判斷當(dāng)前記錄指針是否到達(dá)記錄尾 next else (暫無(wú)信息) end if % /table 在線訂房管理模塊設(shè)計(jì)在線訂房管理主要用于在線預(yù)訂客房,在進(jìn)行在線訂房時(shí),所填寫(xiě)的登記信息必須真實(shí)有效,否則不能預(yù)期正確地進(jìn)行客房預(yù)訂。在線訂房管理模塊的頁(yè)面設(shè)計(jì)效果如圖54所示。圖54 在線訂房管理頁(yè)面設(shè)計(jì)效果在線訂房管理頁(yè)面中要求輸入的信息必須是真實(shí)有效的,系統(tǒng)將對(duì)輸入的Email地址進(jìn)行判斷、同時(shí)還要判斷到達(dá)時(shí)間與離開(kāi)時(shí)間是否過(guò)期,代碼如下:% if month(date())10 then 39。如果當(dāng)前月份小于10則在當(dāng)前月份前面加0 mon=0amp。month(date()) else mon=month(date()) 39。獲取當(dāng)前系統(tǒng)月份 end if if day(date())10 then 39。如果當(dāng)前日期小于10則在當(dāng)前日期前面加0 da=0amp。day(date()) else da=day(date()) 39。獲取當(dāng)前系統(tǒng)日期 end if set rs2=() sql2=select * from dd where time=39。amp。date()amp。39。 sql2,conn,1,3 if not then t=year(date)*1000000000+month(date())*10000000+day(date())*100000++1 else t=year(date)*1000000000+month(date())*10000000+day(date())*100000+1 end if if request(post) then 39。判斷是否接收表單值 call writ end if function writ Email=request() mm=request(year)amp。amp。request(month)amp。amp。request(day) 39。獲得到達(dá)時(shí)間 nn=request(year1)amp。amp。request(month1)amp。amp。request(day1) 39。獲得離開(kāi)時(shí)間 if datediff(d,mm,date())0 then 39。判斷達(dá)到日期和當(dāng)前日期是否沖突 (scriptalert(39。日期已過(guò)39。)。location=39。javascript:(1)39。/script) end if if datediff(d,mm,nn)0 then (scriptalert(39。開(kāi)始日期和結(jié)束日期填寫(xiě)有誤39。)。location=39。javascript:(1)39。/script) end if set rs=() sql=select * from dd sql,conn,1,3 39。通過(guò)addnew()方法添加在線訂房詳細(xì)信息 rs(name)=request(name) 39。添加在線訂房人姓名 在線訂房管理頁(yè)面的運(yùn)行結(jié)果如圖55所示:圖55 訂房管理頁(yè)面設(shè)計(jì)圖 意見(jiàn)反饋管理模塊設(shè)計(jì)意見(jiàn)反饋管理模塊主要包括留言的發(fā)布、留言與回復(fù)留言瀏覽2部分。單擊“我要留言”超鏈接,可以進(jìn)入意見(jiàn)反饋管理頁(yè)面。意見(jiàn)反饋管理頁(yè)面所涉及到的相關(guān)程序代碼如下:% if request(post) then 39。判斷是否接收到表單值 call writ end if function writ Email=request() 39。接收輸入的地址 if request(name)= or request()= or request(ICQ)= or request(liuyan)= then (script language=javascriptalertamp。_(39。請(qǐng)把內(nèi)容填寫(xiě)完整39。)。location=39。javascript:(1)39。/script) elseIf Instr(Email, @) = 0 Or Right(Email, 1) = @ Or Left(Email, 1) = @ Then script language=JavaScript amp。 chr(13) amp。 alert(39。請(qǐng)檢查您的郵件地址是否正確!39。)。 amp。 () amp。 /script else set rs=() sql=select * from guestbook sql,conn,1,3 rs(name)=request(name) 39。獲取添加人姓名 rs(sex)=request(sex) rs(laizi)=request(laizi) rs()=request() 39。獲取添加人的地址 rs(OICQ)=request(OICQ) rs(ICQ)=request(ICQ) rs(homepage)=request(homepage) rs(liuyan)=request(liuyan) rs(time)=now() 39。獲取當(dāng)前系統(tǒng)日期和時(shí)間 (script language=javascriptalert(39。提交成功39。)/script) end if end function% 公告欄模塊設(shè)計(jì)公告欄是用來(lái)發(fā)布網(wǎng)站最新公告信息的,目的是讓瀏覽者了解網(wǎng)站的最新動(dòng)態(tài)。公告欄信息分為首頁(yè)滾動(dòng)顯示和具體信息展示兩部分。首頁(yè)滾動(dòng)顯示公告欄滾動(dòng)顯示功能模塊位于前臺(tái)主頁(yè)的左側(cè),它可以將網(wǎng)站最新的公告信息展示給用戶。公告欄滾動(dòng)設(shè)計(jì)效果如圖56所示。圖56 公告滾動(dòng)條效果圖實(shí)現(xiàn)滾動(dòng)顯示主要是應(yīng)用HTML中的Marquee標(biāo)識(shí)符實(shí)現(xiàn)的。程序代碼如下:marquee direction=up scrollamount=3 onMouseOver=() onMouseOut=() height=180 % set rs3=() sql3=select * from news where Typeid=8 order by Dateandtime desc 39。取出景點(diǎn)的相關(guān)信息 sql3,conn,1,1 if not then do while not %table width=100% border=0 tr tdspan class=style3☆/span a href= onClick=(39。?id=%=rs3(Newsid)%39。,39。39
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1