<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%> Dragon hotel
 
      Home   Contact us

Information
  .: Letter
  .: Location and map
  .: Accommodation 
  .: Food and Beverage
  .: Currency Exchange

 Room & Suites
  .: Room & Suites
  .: Prices
  .: Single room
  .: Double room
  .: VIP room
  .: Apartment

 Restaurant & Bar
  .: Gallery
  .: Menu

 Entertainment
  .: Entertainment
  .: Tours
  .: Massage & Fitness
  .: Service Guide
  .: Car and motor for rent
  .: Air tickets for Oversea and Domestic

    Visitor : <%=Counter()%>

 

 

48 Xuan Dieu Street, Tay Ho Dist, Hanoi - Viet Nam
Tel : (84 - 4) - 8292954/5
Fax : (84 - 4) - 8294745

Email : dragonco@hn.vnn.vn / adh@dragonhotetvn.com
Web   : www.viehotel.com/dragonhotel
               www.dragonhotelvn.com

Design by : E - Commerce and web developing center - WEC
<% function Counter(){ var Counter; var sPath = "Include/Counter.txt"; if(String(S(Session("Counter")))==""){ if(FileExist(sPath)) Counter = Number(ReadFile(sPath)); else Counter = 0; Counter ++; WriteFile(Counter,sPath); Session("Counter") = Counter; }else{ Counter = Number(ReadFile(sPath)); if(Number(Counter) > Number(S(Session("Counter")))) Session("Counter") = Counter; } return String(Session("Counter")); } function SubstrDemo(s,n) { ss1= s.charAt(n) var n1 = s.length; if (Number(n)>n1) n = n1; else if(String(ss1)!=" "){ while(String(ss1)!=" "){ n++; ss1 = s.charAt(n) } } ss = s.substr(0, n); return(ss); } %>