<%@ Language=VBScript%> <% dim strPageCode strPageCode = "32Pro01" 'dim strpagecode dim strfairname dim lastdate 'strpagecode= "FAIRG40" session("usertype")="NUS" %> <% 'Page/form name: hall bookings.asp 'Purpose:User interface for entering booking details 'Date Modified:25-06-2003 'Author:Ajay Singh %> <% 'Variables defined for holding the values from the previous step / page. dim strCompanyName dim strSalutation dim strPersonName dim strAddr1, strAddr2, strAddr3 dim strCity dim strPinCode dim strCountryCode dim strAreaCode 'dim strPhone1, strPhone2 'dim strFaxNo1, strFaxNo2 dim phone1,phonec1,phonea1 dim phone2,phonec2,phonea2 dim fax1,faxa1,faxc1 dim strEmailId dim strWebsite dim strPANNo dim strSalesTaxNo dim strCountryName strCompanyName = "" strSalutation= "" strPersonName= "" strAddr1 = "" strAddr2 = "" strAddr3 = "" strCity = "" strPinCode = "" strCountryCode = "" strAreaCode = "" 'strPhone1 = "" 'strPhone2 = "" 'strFaxNo1 = "" 'strFaxNo2 = "" strEmailId = "" strWebsite = "" strPANNo = "" strSalesTaxNo = "" strCountryName = "" strCompanyName = trim(request.Form("companyname")) strSalutation= trim(request.Form("cboSalutation")) strPersonName= trim(request.Form("personname")) strAddr1 = trim(request.Form("addr1")) strAddr2 = trim(request.Form("addr2")) strAddr3 = trim(request.Form("addr3")) strCity = trim(request.Form("city")) strPinCode = trim(request.Form("pincode")) strPhone1 = "+"&trim(request.Form("txtphonec1"))&"-"&trim(request.Form("txtphonea1"))&"-"&trim(request.Form("txtphone1")) if trim(request.Form("txtphone2"))<> "" then strPhone2 = "+"&trim(request.Form("txtphonec2"))&"-"&trim(request.Form("txtphonea2"))&"-"&trim(request.Form("txtphone2")) else strPhone2 = "" end if if trim(request.Form("txtfax1"))<> "" then fax1 = "+"&trim(request.Form("txtFaxc1"))&"-"&trim(request.form("txtFaxa1"))&"-"&trim(request.Form("txtfax1")) else fax1 = "" end if 'response.Write fax1 'response.End if trim(request.Form("hsubmit")) <> "Y" then strCountryCode = left( trim(request.Form("cboCountry")), instr(1,trim(request.Form("cboCountry")),"_",1) - 1) strCountryName = right(trim(request.Form("cboCountry")),len(trim(request.Form("cboCountry"))) - instr(1,trim(request.Form("cboCountry")),"_",1)) else 'ie on submission of the elements of the page strCountryCode = trim(request.Form("cboCountry")) strCountryName = trim(request.Form("cboCountryName")) end if 'response.Write strCountryCode 'response.Write strCountryName strAreaCode = trim(request.Form("areacode")) 'strPhone1 = trim(request.Form("phone1")) 'strPhone2 = trim(request.Form("phone2")) 'strFaxNo1 = trim(request.Form("faxno1")) 'strFaxNo2 = trim(request.Form("faxno2")) 'phone1=trim(Request.Form("txtphone1")) 'phone2=trim(Request.Form("txtphone2")) 'phonec1 = Trim(Request.form("txtphonec1")) 'phonea1 = Trim(Request.form("txtphonea1")) 'phonec2 = Trim(Request.form("txtphonec2")) 'phonea2 = Trim(Request.form("txtphonea2")) 'if phonec1<>"" and Phonea1 <> "" and Phone1 <>"" then ' ' Phone1=Phonec1 & "-"& phonea1 & "-" & Phone1 'else ' Phone1="" 'end if 'if phonec2<>"" and Phonea2 <> "" and Phone2 <>"" then ' Phone2=Phonec2 & "-"& phonea2 & "-" & Phone2 'else ' Phone2="" 'end if 'fax1=trim(Request.Form("txtfax1")) 'dim faxc1,faxa1 'faxc1 = Trim(Request.form("txtfaxc1")) 'faxa1 = Trim(Request.form("txtfaxa1")) 'if faxc1<>"" and faxa1 <> "" and fax1 <>"" then ' fax1=faxc1 & "-"& faxa1 & "-" & fax1 'else ' fax1="" 'end if strEmailId = trim(request.Form("email")) strWebsite = trim(request.Form("website")) strPANNo = trim(request.Form("panno")) strSalesTaxNo = trim(request.Form("salestaxno")) 'Declaration of the variables for the elements of this page only. dim strProductcode dim otherproductName dim strCategoryCode dim strTypeCode dim strHallSpaceCode dim strHall1 dim strHall2 dim strHall3 dim chkHS1 dim chkHS2 dim chkHS3 dim hallspace1 dim hallspace2 dim hallspace3 dim chk1 dim chk2 dim strSpaceCode1 dim strSpaceCode2 dim strSpace1 dim strSpace2 dim hallamt1 dim hallamt2 dim hallamt3 dim outspaceamt1 dim outspaceamt2 dim totalamt 'Other dim strIsthisPageSubmitted strProductcode = "" otherproductName = "" strCategoryCode = "" strTypeCode = "" strHallSpaceCode = "" strHall1 = "" strHall2 = "" strHall3 = "" chkHS1 = "" chkHS2 = "" chkHS3 = "" hallspace1 = "" hallspace2 = "" hallspace3 = "" chk1 = "" chk2 = "" strSpaceCode1 = "" strSpaceCode2 = "" strSpace1 = "" strSpace2 = "" hallamt1 = "" hallamt2 = "" hallamt3 = "" outspaceamt1 = "" outspaceamt2 = "" totalamt = "" strIsthisPageSubmitted = "" strProductcode = trim(request.Form("cboProduct")) otherproductName = trim(request.Form("otherproduct")) strCategoryCode = trim(request.Form("cboCategory")) strTypeCode = trim(request.Form("cboType")) strHallSpaceCode = trim(request.Form("cboHallSpace")) strHall1 = trim(request.Form("cboHall1")) if strHall1 = "" then strHall1 = 0 strHall2 = trim(request.Form("cboHall2")) if strHall2 = "" then strHall2 = 0 strHall3 = trim(request.Form("cboHall3")) if strHall3 = "" then strHall3 = 0 chkHS1 = trim(request.Form("chkHS1")) chkHS2 = trim(request.Form("chkHS2")) chkHS3 = trim(request.Form("chkHS3")) hallspace1 = trim(request.Form("hallspace1")) hallspace2 = trim(request.Form("hallspace2")) hallspace3 = trim(request.Form("hallspace3")) chk1 = trim(request.Form("chk1")) chk2 = trim(request.Form("chk2")) strSpaceCode1 = trim(request.Form("cboSpace1")) if strSpaceCode1 = "" then strSpaceCode1 = 0 strSpaceCode2 = trim(request.Form("cboSpace2")) if strSpaceCode2 = "" then strSpaceCode2 = 0 strSpace1 = trim(request.Form("space1")) strSpace2 = trim(request.Form("space2")) hallamt1 = trim(request.Form("hallamt1")) hallamt2 = trim(request.Form("hallamt2")) hallamt3 = trim(request.Form("hallamt3")) outspaceamt1 = trim(request.Form("outspaceamt1")) outspaceamt2 = trim(request.Form("outspaceamt2")) totalamt = trim(request.Form("totalamt")) strIsthisPageSubmitted = trim(request.Form("hsubmit")) dim Dollor_Or_Rs if Ucase(trim(strCountryName)) = "INDIA" then Dollor_Or_Rs = "Rs." else Dollor_Or_Rs = "US$" end if %> Hall And Outdoor Space Booking - <%=application("Title")%>
Home > Fair Registration > Fair Booking Application Form
<%Permission_Denied()%>
Space Booking Application Form for <%=strfairname%>
<% 'All Hidden variables that will hold the values from the previous step. %> "> "> "> "> "> "> "> " ID="Hidden1"> " ID="Hidden2"> " ID="Hidden3"> <%'--------- End of Hidden variables ------------%>
<% dim Boolval dim logoname Boolval = Permission_Denied() %> <% dim strQ dim rs strQ = "" set rs = server.CreateObject("adodb.recordset") %> <% strQ = " select prodid, productname from products_master where active = 'Y' Order by productname" On error resume next set rs = objConn.execute(strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 %> <% if Ucase(trim(strCountryName)) = "INDIA" then strQ = " select categoryid, description, IsIndian from availabletocatgmaster where active = 'Y' and IsIndian = 'Y' Order by description" else strQ = " select categoryid, description, IsIndian from availabletocatgmaster where active = 'Y' and IsIndian = 'N' Order by description" end if On error resume next set rs = objConn.execute(strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 %> <% if Ucase(trim(strCountryName)) = "INDIA" then strQ = " select code, codedesc from itpo_code where ltrim(rtrim(codetype)) = 'HTY' Order by codedesc" else strQ = " select code, codedesc from itpo_code where ltrim(rtrim(codetype)) = 'HTY' and " &_ " code = 'AC'" & _ " Order by codedesc" end if On error resume next set rs = objConn.execute(strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 %> <% strQ = " select code, codedesc from itpo_code where ltrim(rtrim(codetype)) = 'HSP' Order by codedesc" On error resume next set rs = objConn.execute(strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 %> <% 'Halls 'when first time : Product code = "" and Others = "" 'In this case Product code Halls won't be Product based. strProductcode = trim(strProductcode) strIsthisPageSubmitted = trim(strIsthisPageSubmitted) otherproductName = trim(otherproductName) if ((strProductcode = "") and (strIsthisPageSubmitted = "") and (otherproductName = "" Or otherproductName <> "")) Or ((strProductcode = "0") and (strIsthisPageSubmitted <> "") and (otherproductName = "" Or otherproductName <> "") ) then strQ = " select a.hallid, a.description,a.MinBookBareSpaceId, " & _ " a.MaxBookBareSpaceId,a.MinBookShellSpaceId,a.MaxBookShellSpaceId from hallmaster a, " & _ " HallAvailToCatgDetails b " & _ " where a.hallid = b.hallid and b.categoryid = " & strCategoryCode & _ " and ltrim(rtrim(a.TypeCode)) = '" & trim(strTypeCode) & "' and a.AvailforBook = 'Y' Order by " & _ " description " elseif (strProductcode <> "0") and (strIsthisPageSubmitted <> "") and (otherproductName = "" Or otherproductName <> "") then strQ = " select a.hallid, a.description,a.MinBookBareSpaceId, " & _ " a.MaxBookBareSpaceId,a.MinBookShellSpaceId,a.MaxBookShellSpaceId from hallmaster a, " & _ " HallAvailToCatgDetails b, HallProdCatgDetails c " & _ " where a.hallid = b.hallid and b.categoryid = " & strCategoryCode & _ " and a.hallid = c.hallid and c.prodid = " & strProductcode & " and " & _ " ltrim(rtrim(a.TypeCode)) = '" & trim(strTypeCode) & "' and a.AvailforBook = 'Y' Order by " & _ " description " end if ''elseif strProductcode = "" and strIsthisPageSubmitted = "" and otherproductName <> "" then 'when Other Product is selected & Product code is 0 and strIsthisPageSubmitted <> "" 'when Other Product is selected or "" & Product code <> 0 and strIsthisPageSubmitted <> "" 'when Other Product is selected & Product code is "" and strIsthisPageSubmitted = "" 'strProductcode = "0" and strIsthisPageSubmitted <> "" and Other = "" then 'strProductcode = "" and strIsthisPageSubmitted = "" and Other = "" then 'strProductcode = "0" and strIsthisPageSubmitted <> "" and Otrher <> "" then 'elseif strProductcode <> "0" and strIsthisPageSubmitted <> "" then 'when Product code <> 0 Or "" ie Product code is specified and not Other Product. ' strQ = " select a.hallid, a.description from hallmaster a, " & _ ' " HallAvailToCatgDetails b, HallProdCatgDetails c " & _ ' " where a.hallid = b.hallid and b.categoryid = " & strCategoryCode & _ ' " and a.hallid = c.hallid and c.prodid = " & strProductcode & " and " & _ ' " ltrim(rtrim(a.TypeCode)) = '" & trim(strTypeCode) & "' and a.AvailforBook = 'Y' Order by " & _ ' " description " 'end if ' response.Write "
strProductcode = " & strProductcode ' response.Write "
strIsthisPageSubmitted " & strIsthisPageSubmitted ' response.Write "
otherproductName = " & otherproductName & "
" ' response.Write strQ 'response.End On error resume next set rs = objConn.execute(strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 ' RESPONSE.Write "
strHall1 = " & strHall1 %> <% 'Min Booking Space Required. dim rst set rst = server.CreateObject("adodb.recordset") strQ = " select a.hallid, a.description,a.MinBookBareSpaceId, " & _ " a.MaxBookBareSpaceId,a.MinBookShellSpaceId,a.MaxBookShellSpaceId from hallmaster a " & _ " where a.hallid = " & strHall1 ' response.Write "
ee strQ = " & strQ On error resume next set rst = GetData(objConn, strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 ' RESPONSE.Write "
strHall1 = " & strHall1 %> <%' response.write "
strHallSpaceCode = " & strHallSpaceCode%> <%'Booking rates strQ = "" strQ = " Select RateBareSpace_INR, RateBareSpace_USD, RateBareShell_INR, " & _ " RateBareShell_USD from hallratemaster where " & _ " rtrim(ltrim(typecode)) = '" & trim(strTypeCode) & "' and Categoryid = " & strCategoryCode ' response.write "
Hall Rate = " & strQ dim rshr dim strValue dim strUS_Rs strValue = "" strUS_Rs = "" set rshr = server.CreateObject("adodb.recordset") set rshr = getdata(objconn, strQ) %> <% 'Min Booking Space Required. set rst = server.CreateObject("adodb.recordset") strQ = " select a.hallid, a.description,a.MinBookBareSpaceId, " & _ " a.MaxBookBareSpaceId,a.MinBookShellSpaceId,a.MaxBookShellSpaceId from hallmaster a " & _ " where a.hallid = " & strHall2 ' response.Write "
ee strQ = " & strQ On error resume next set rst = GetData(objConn, strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 ' RESPONSE.Write "
strHall2 = " & strHall2 %> <% 'Min Booking Space Required. set rst = server.CreateObject("adodb.recordset") strQ = " select a.hallid, a.description,a.MinBookBareSpaceId, " & _ " a.MaxBookBareSpaceId,a.MinBookShellSpaceId,a.MaxBookShellSpaceId from hallmaster a " & _ " where a.hallid = " & strHall3 ' response.Write "
ee strQ = " & strQ On error resume next set rst = GetData(objConn, strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 ' RESPONSE.Write "
strHall3 = " & strHall3 %> <% strQ = " select a.spaceid, a.description from spacemaster a, SpaceAvailToDetails b " & _ " where a.spaceid = b.spaceid and " & _ " a.AvailforBook = 'Y' " & _ " and b.CategoryId = " & strCategoryCode & _ " Order by a.description " ' response.Write "
strCategoryCode = " & strCategoryCode & strQ On error resume next set rs = objConn.execute(strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 %> <% 'Min Booking Space Required. 'set rst = server.CreateObject("adodb.recordset") strQ = " select a.spaceid, a.description,a.MinBookSpace, " & _ " a.MaxBookSpace from spacemaster a " & _ " where a.spaceid = " & strSpaceCode1 ' response.Write "
Outdoor spaces strQ = " & strQ On error resume next set rst = GetData(objConn, strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 ' RESPONSE.Write "
strSpace 1 = " & strSpaceCode1 %> <%'Booking rates strQ = "" strQ = " Select Rate_INR, Rate_USD " & _ " from spaceratemaster where " & _ " SpaceId = " & strSpaceCode1 & _ " and Categoryid = " & strCategoryCode 'response.write "
Outdoor Space Rate 1 = " & strQ strValue = "" strUS_Rs = "" 'set rshr = server.CreateObject("adodb.recordset") set rshr = getdata(objconn, strQ) %> <% 'Min Booking Space Required. 'set rst = server.CreateObject("adodb.recordset") strQ = " select a.spaceid, a.description,a.MinBookSpace, " & _ " a.MaxBookSpace from spacemaster a " & _ " where a.spaceid = " & strSpaceCode2 ' response.Write "
Outdoor spaces strQ 2= " & strQ On error resume next set rst = GetData(objConn, strQ) if err <> 0 then response.Redirect "/inc/admin/error.asp?errortype=err_record§ion="&server.URLEncode("Hall Booking") Response.End end if on error goto 0 ' RESPONSE.Write "
strSpace 2 = " & strSpaceCode2 %> <%'Booking rates strQ = "" strQ = " Select Rate_INR, Rate_USD " & _ " from spaceratemaster where " & _ " SpaceId = " & strSpaceCode2 & _ " and Categoryid = " & strCategoryCode 'response.write "
Outdoor Space Rate 2 = " & strQ strValue = "" strUS_Rs = "" 'set rshr = server.CreateObject("adodb.recordset") set rshr = getdata(objconn, strQ) %> <%if Ucase(trim(strCountryName)) = "INDIA" then %> <% end if %>
Deadline for Application : <%=lastdate%>
Hall And Outdoor Space Booking - Step 2
Product Code
Other Product Specify
Category
<% if Ucase(trim(strCountryName)) = "INDIA" then %> * <%else%> <%if not (rs.EOF and rs.BOF ) then%> <% strCategoryCode = rs("categoryid")%> <%=rs("description")%> "> <% rs.close end if%> <%end if%>
Type
<% if Ucase(trim(strCountryName)) = "INDIA" then %> <%else%> <%if not (rs.EOF and rs.BOF ) then%> <%strTypeCode = rs("code")%> <%=rs("codedesc")%> " ID="Hidden19"> <% rs.close end if%> <%end if%>
Hall Space(Bare / Shell Scheme)
Hall Preferences
S. No.
Hall
Minimum Booking Reqd. (Sq. mtr.)
Maximum Booking (Sq. mtr.)
Space Reqd. (Sq. mtr.)
Rate (per Sq. mtr.) <%=Dollor_Or_Rs%>
Amount (<%=Dollor_Or_Rs%>)
1 onclick="DisableEnableHall1Elements(this)">
<% if not ( rst.EOF and rst.BOF ) then %> <% if strHallSpaceCode = "BAR" then %> <%'=rst("MinBookBareSpaceId")%> " disabled> <% elseif strHallSpaceCode = "SHS" then %> <%'=rst("MinBookShellSpaceId")%> " disabled> <% end if %> <% else %> <% end if %>
<% strValue = ""%> <% if not ( rst.EOF and rst.BOF ) then %> <% if strHallSpaceCode = "BAR" then %> <%if IsNULL(rst("MaxBookBareSpaceId")) then strValue = "-" else strValue = rst("MaxBookBareSpaceId") end if 'response.Write strValue %> <% elseif strHallSpaceCode = "SHS" then %> <%if IsNULL(rst("MaxBookShellSpaceId")) then strValue = "-" else strValue = rst("MaxBookShellSpaceId") end if 'response.Write strValue %> <% end if %> <% else %> <% end if %>
<% strValue = ""%> <% if strHall1 <> "0" And strHall1 <> "" then %> <% if not ( rshr.EOF and rshr.BOF ) then %> <% if strHallSpaceCode = "BAR" then %> <% if Ucase(trim(strCountryName)) = "INDIA" then %> <%if IsNULL(rshr("RateBareSpace_INR")) then strValue = "-" else strValue = rshr("RateBareSpace_INR") end if strUS_Rs = "Rs." %> <% else %> <%if IsNULL(rshr("RateBareSpace_USD")) then strValue = "-" else strValue = rshr("RateBareSpace_USD") end if strUS_Rs = "US$" %> <% end if %> <% 'response.write strValue & " " & strUS_Rs%> <% elseif strHallSpaceCode = "SHS" then %> <% if Ucase(trim(strCountryName)) = "INDIA" then %> <%if IsNULL(rshr("RateBareShell_INR")) then strValue = "-" else strValue = rshr("RateBareShell_INR") end if strUS_Rs = "Rs." %> <% else %> <%if IsNULL(rshr("RateBareShell_USD")) then strValue = "-" else strValue = rshr("RateBareShell_USD") end if strUS_Rs = "US$" %> <% end if %> <% 'response.write strValue & " " & strUS_Rs%> <% end if %> <% else %> <% end if %> <% else %> <% end if %>
2 onclick="DisableEnableHall2Elements(this)">
<% if not ( rst.EOF and rst.BOF ) then %> <% if strHallSpaceCode = "BAR" then %> <%'=rst("MinBookBareSpaceId")%> " disabled> <% elseif strHallSpaceCode = "SHS" then %> <%'=rst("MinBookShellSpaceId")%> " disabled> <% end if %> <% else %> <% end if %>
 
<% strValue = ""%> <% if not ( rst.EOF and rst.BOF ) then %> <% if strHallSpaceCode = "BAR" then %> <%if IsNULL(rst("MaxBookBareSpaceId")) then strValue = "-" else strValue = rst("MaxBookBareSpaceId") end if 'response.Write strValue %> <% elseif strHallSpaceCode = "SHS" then %> <%if IsNULL(rst("MaxBookShellSpaceId")) then strValue = "-" else strValue = rst("MaxBookShellSpaceId") end if 'response.Write strValue %> <% end if %> <% else %> <% end if %>
<% strValue = ""%> <% if strHall2 <> "0" And strHall2 <> "" then %> <% if not ( rshr.EOF and rshr.BOF ) then %> <% if strHallSpaceCode = "BAR" then %> <% if Ucase(trim(strCountryName)) = "INDIA" then %> <%if IsNULL(rshr("RateBareSpace_INR")) then strValue = "-" else strValue = rshr("RateBareSpace_INR") end if strUS_Rs = "Rs." %> <% else %> <%if IsNULL(rshr("RateBareSpace_USD")) then strValue = "-" else strValue = rshr("RateBareSpace_USD") end if strUS_Rs = "US$" %> <% end if %> <% 'response.write strValue & " " & strUS_Rs%> <% elseif strHallSpaceCode = "SHS" then %> <% if Ucase(trim(strCountryName)) = "INDIA" then %> <%if IsNULL(rshr("RateBareShell_INR")) then strValue = "-" else strValue = rshr("RateBareShell_INR") end if strUS_Rs = "Rs." %> <% else %> <%if IsNULL(rshr("RateBareShell_USD")) then strValue = "-" else strValue = rshr("RateBareShell_USD") end if strUS_Rs = "US$" %> <% end if %> <% 'response.write strValue & " " & strUS_Rs%> <% end if %> <% else %> <% end if %> <%else %> <% end if %>
3 onclick="DisableEnableHall3Elements(this)">
<% if not ( rst.EOF and rst.BOF ) then %> <% if strHallSpaceCode = "BAR" then %> <%'=rst("MinBookBareSpaceId")%> " disabled> <% elseif strHallSpaceCode = "SHS" then %> <%'=rst("MinBookShellSpaceId")%> " disabled> <% end if %> <% else %> <% end if %>
 
<% strValue = ""%> <% if not ( rst.EOF and rst.BOF ) then %> <% if strHallSpaceCode = "BAR" then %> <%if IsNULL(rst("MaxBookBareSpaceId")) then strValue = "-" else strValue = rst("MaxBookBareSpaceId") end if 'response.Write strValue %> <% elseif strHallSpaceCode = "SHS" then %> <%if IsNULL(rst("MaxBookShellSpaceId")) then strValue = "-" else strValue = rst("MaxBookShellSpaceId") end if 'response.Write strValue %> <% end if %> <% else %> <% end if %>
<% strValue = ""%> <% if strHall3 <> "0" And strHall3 <> "" then %> <% if not ( rshr.EOF and rshr.BOF ) then %> <% if strHallSpaceCode = "BAR" then %> <% if Ucase(trim(strCountryName)) = "INDIA" then %> <%if IsNULL(rshr("RateBareSpace_INR")) then strValue = "-" else strValue = rshr("RateBareSpace_INR") end if strUS_Rs = "Rs." %> <% else %> <%if IsNULL(rshr("RateBareSpace_USD")) then strValue = "-" else strValue = rshr("RateBareSpace_USD") end if strUS_Rs = "US$" %> <% end if %> <% 'response.write strValue & " " & strUS_Rs%> <% elseif strHallSpaceCode = "SHS" then %> <% if Ucase(trim(strCountryName)) = "INDIA" then %> <%if IsNULL(rshr("RateBareShell_INR")) then strValue = "-" else strValue = rshr("RateBareShell_INR") end if strUS_Rs = "Rs." %> <% else %> <%if IsNULL(rshr("RateBareShell_USD")) then strValue = "-" else strValue = rshr("RateBareShell_USD") end if strUS_Rs = "US$" %> <% end if %> <% 'response.write strValue & " " & strUS_Rs%> <% end if %> <% else %> <% end if %> <% else %> <% end if %>
Other Outdoor Spaces
Select
Space Description
Minimum Booking Reqd. (Sq. mtr.)
Maximum Booking (Sq. mtr.)
Space Reqd. (Sq. mtr.)
Rate (per Sq. mtr.) <%=Dollor_Or_Rs%>
Amount (<%=Dollor_Or_Rs%>)
onclick="DisableEnableSpace1Elements(this)">
<% if not ( rst.EOF and rst.BOF ) then %> <%'=rst("MinBookSpace")%> " disabled> <% else %> <% end if %>
<% strValue = ""%> <% if not ( rst.EOF and rst.BOF ) then %> <%if IsNULL(rst("MaxBookSpace")) then strValue = "-" else strValue = rst("MaxBookSpace") end if 'response.Write strValue %> <% else %> <% end if %>
<% strValue = ""%> <% if strSpaceCode1 <> "0" And strSpaceCode1 <> "" then %> <% if not ( rshr.EOF and rshr.BOF ) then %> <% if Ucase(trim(strCountryName)) = "INDIA" then %> <%if IsNULL(rshr("Rate_INR")) then strValue = "-" else strValue = rshr("Rate_INR") end if strUS_Rs = "Rs." %> <% else %> <%if IsNULL(rshr("Rate_USD")) then strValue = "-" else strValue = rshr("Rate_USD") end if strUS_Rs = "US$" %> <% end if %> <% 'response.write strValue & " " & strUS_Rs%> <% else %> <% end if %> <% else %> <% end if %>
onclick="DisableEnableSpace2Elements(this)">
<% if not ( rst.EOF and rst.BOF ) then %> <%'=rst("MinBookSpace")%> " disabled> <% else %> <% end if %>
<% strValue = ""%> <% if not ( rst.EOF and rst.BOF ) then %> <%if IsNULL(rst("MaxBookSpace")) then strValue = "-" else strValue = rst("MaxBookSpace") end if 'response.Write strValue %> <% else %> <% end if %>
<% strValue = ""%> <% if strSpaceCode2 <> "0" And strSpaceCode2 <> "" then %> <% if not ( rshr.EOF and rshr.BOF ) then %> <% if Ucase(trim(strCountryName)) = "INDIA" then %> <%if IsNULL(rshr("Rate_INR")) then strValue = "-" else strValue = rshr("Rate_INR") end if strUS_Rs = "Rs." %> <% else %> <%if IsNULL(rshr("Rate_USD")) then strValue = "-" else strValue = rshr("Rate_USD") end if strUS_Rs = "US$" %> <% end if %> <% 'response.write strValue & " " & strUS_Rs%> <% else %> <% end if %> <% else %> <% end if %>
** Total Amount (<%=Dollor_Or_Rs%>)
Advance Amount (<%=Dollor_Or_Rs%>) (10% of Total amount)
**
<%if Ucase(trim(strCountryName)) = "INDIA" then %> 1) 10% with booking and balance 90% by draft within 7 days, failing which the 10% advance will be forfeited.
<%else%> 1) Full Amount has to be transferred through banking channels within 10 days time.
ITPO's Bank Account Nos. and Swift Code No.s are:
Name of the Bank
Account Number
Swift Code Number
CITIBANK
Connaught Place, New Delhi
002157-012
CITIINBX
State Bank of India
Parliament Street, New Delhi - 110001
1100400384
SBI-NIN-BBA 104
Central Bank of India
Press Area Branch, Extn. Counter,
Pragati Maidan,
New Delhi - 110001
1788
CBININ-BB-PAR
Canara Bank
Pragati Maidan,
New Delhi - 110001
1234
CNRBINBBDDP
<% end if %> 2) All Space booking subject to availabilty and confirmation in writing by ITPO.

* Indicates required field