function bookingDate() { var myDate = new Date(document.getElementById("bookingdate").value); alert (myDate); if ( myDate.getTime() < today.getTime() ){ alert ( " please enter today or future date "); } } function showCarImage(){ if (!document.images) return document.images.pictures.src= document.booking_form.picture.options[document.booking_form.picture.selectedIndex].value carSelected = document.booking_form.picture.value; calculateFare(); } function chooseAirport(){ if (document.getElementById("airportSelection").value == 'Heathrow'){ document.booking_form.terminalSelect.disabled=false; //document.getElementById("terminalSelect"). = false; } else { document.booking_form.terminalSelect.disabled=true; } airport = document.booking_form.airportSelection.value; calculateFare(); } //end function chooseAirport() function doSelectTime(a){ if(a=="From") { document.booking_form.est_hour.disabled=false; document.booking_form.est_min.disabled=false; } else { document.booking_form.est_hour.disabled=true; document.booking_form.est_min.disabled=true; } journeytype = document.booking_form.selectType.value; calculateFare(); } // end function doSelectTime(a) function calculateFare(){ stringCalculatedCost = "

Total: N/A

"; calculatedCost = 0; if ((airport.length >0) && (postCode.length > 0) && (carSelected.length > 0) && (journeytype.length > 0)){ for(var i=0; i"; document.getElementById("total").innerHTML = stringCalculatedCost ; document.getElementById("submit").disabled = false; } } // end first IF condition else{ document.getElementById("submit").disabled = "disabled"; stringCalculatedCost = "

Total: N/A

"; } }// end function calculateFare() function changeOfTerminal(){ currentTerminal = document.getElementById("terminalSelect").value; calculateFare(); } function postcodeChange(){ currentTerminal = document.getElementById("postcode").value; postCode = document.booking_form.postcode.value calculateFare(); } function babyseatAllowed(){ if(document.booking_form.carSelection.value == ""){ document.booking_form.needBabySeats[0].disabled=true; document.booking_form.needBabySeats[1].disabled=true; } if(document.booking_form.carSelection.value == 'Mercedes'){ document.booking_form.needBabySeats[0].disabled=false; document.booking_form.needBabySeats[1].disabled=false; } if(document.booking_form.carSelection.value == 'Saloon'){ document.booking_form.needBabySeats[0].disabled=false; document.booking_form.needBabySeats[1].disabled=false; } if(document.booking_form.carSelection.value == 'Estate'){ document.booking_form.needBabySeats[0].disabled=false; document.booking_form.needBabySeats[1].disabled=false; } if(document.booking_form.carSelection.value == 'MPV'){ document.booking_form.needBabySeats[0].disabled=false; document.booking_form.needBabySeats[1].disabled=false; } if(document.booking_form.carSelection.value == 'MPV +'){ document.booking_form.needBabySeats[0].disabled=false; document.booking_form.needBabySeats[1].disabled=false; } } // end function babyseatAllowed() // show baby seats info form function showBabyseatForm(){ if(document.booking_form.needBabySeats[1].checked == true){ document.booking_form.howManyBSeats.disabled=false; document.booking_form.seatage1.disabled = false; } else{ document.booking_form.howManyBSeats.disabled=true; document.booking_form.seatage1.disabled = true; } babyseatsChange(); } function babyseatsChange() { if(document.booking_form.needBabySeats[1].checked == true) { if (document.booking_form.howManyBSeats.value == "1"){ babySeat = "1"; } if (document.booking_form.howManyBSeats.value == "2"){ babySeat = "2"; } if (document.booking_form.howManyBSeats.value == "3"){ babySeat = "3"; } } else{ babySeat = "0"; } calculateFare(); } function hideBabyseatForm(){ document.getElementById("hideBabySeats").style.display = 'none'; } function showAgeMenu(){ babyseatsChange(); if(document.booking_form.howManyBSeats.value == "1"){ document.booking_form.seatage1.disabled = false; document.booking_form.seatage2.disabled = true; document.booking_form.seatage3.disabled = true; } else if(document.booking_form.howManyBSeats.value == "2"){ document.booking_form.seatage1.disabled = false; document.booking_form.seatage2.disabled = false; document.booking_form.seatage3.disabled = true; } else if(document.booking_form.howManyBSeats.value == "3"){ document.booking_form.seatage1.disabled = false; document.booking_form.seatage2.disabled = false; document.booking_form.seatage3.disabled = false; } } function checkform(){ var myDate = new Date(document.getElementById("bookingdate").value); // alert (myDate); if ( myDate.getTime() < today.getTime() ){ alert ( " please enter today or future date "); return false; } else if (myDate == "Invalid Date"){ alert ( " please enter booking date "); return false; } else return true; } function dodiddone(){ document.booking_form.terminalSelect.disabled=true; document.booking_form.est_hour.disabled=true; document.booking_form.est_min.disabled=true; document.booking_form.howManyBSeats.disabled=true; document.booking_form.seatage1.disabled = true; document.booking_form.seatage2.disabled = true; document.booking_form.seatage3.disabled = true; }

Company Information

We provide Chauffeur driven company vehicles for Business Executives, tourists and day to day travelers to and from all London airports.

 
 
 
 
Type of Journey:
 
Arrival Time:
 
 
Airport :
 
Terminal:
 
 
Postcode:
 
Vehicle:
 
 
Baby Seats:
No Yes
 
Babyseats:
 
 
Ages:
 
Baby 1:
 
 
Baby 2:
 
Baby 3:
 
 
Payment Type:
 
Booking Time:
 

Total: N/A