www.kliataxiservice.my.klinikbaktilabuan.com Open in urlscan Pro
143.198.217.144  Public Scan

URL: https://www.kliataxiservice.my.klinikbaktilabuan.com/
Submission: On September 04 via automatic, source certstream-suspicious

Form analysis 2 forms found in the DOM

Name: booking_form

<form role="form" id="booking_form" name="booking_form">
  <div class="row">
    <div class="form-group col-md-4">
      <label>Name:</label>
      <input type="text" class="form-control" id="customer_name" name="customer_name" required="">
    </div>
    <div class="form-group col-md-4">
      <label>Email:</label>
      <input type="text" class="form-control" id="customer_email" name="customer_email">
    </div>
    <div class="form-group col-md-4">
      <label for="usr">Contact:</label>
      <input type="text" class="form-control" id="customer_contact" name="customer_contact" required="">
    </div>
  </div>
  <div class="row">
    <div class="form-group col-md-3">
      <label for="comment">Destination:</label>
      <select class="form-control" id="destination" name="destination">
        <option value="KLIA">KLIA</option>
        <option value="KLIA2">KLIA2</option>
        <option value="Subang">Subang Airport</option>
      </select>
    </div>
    <div class="form-group col-md-3">
      <label for="comment">Total Passengers:</label>
      <input type="text" class="form-control" id="total_passenger" name="total_passenger" placeholder="1" value="1">
    </div>
    <div class="form-group col-md-3">
      <label for="comment">Total Luggages:</label>
      <input type="text" class="form-control" id="total_luggage" name="total_luggage" placeholder="1" value="1">
    </div>
    <div class="form-group col-md-3">
      <label for="comment">Taxi Service:</label>
      <select class="form-control" id="taxi_service" name="taxi_service">
        <option value="Executive">Executive</option>
        <option value="Budget">Budget</option>
      </select>
    </div>
  </div>
  <div class="row">
    <div class="form-group col-xs-12">
      <label for="comment">Pickup Date Time:</label>
      <div class="input-group date form_datetime col-md-5" data-date="" data-date-format="dd MM yyyy - HH:ii p" data-link-field="dtp_input1">
        <input class="form-control" size="16" type="text" value="" name="pickup_date" readonly="">
        <span class="input-group-addon"><span class="glyphicon glyphicon-remove"></span></span>
        <span class="input-group-addon"><span class="glyphicon glyphicon-th"></span></span>
      </div>
    </div>
  </div>
  <div class="form-group">
    <label for="comment">Pick-Up Address:</label>
    <textarea class="form-control" rows="5" id="pickup_address" name="pickup_address"></textarea>
  </div>
  <div class="form-group">
    <label for="comment">Note:</label>
    <textarea class="form-control" rows="5" id="customer_note" name="customer_note"></textarea>
  </div>
  <div id="myAlert" class="alert alert-info" style="display: none;">
    <a href="#" class="close" data-dismiss="alert">×</a>
    <center><strong>Thank You!</strong> <br>Your booking is submitted.</center>
  </div>
  <center>
    <a href="#myAlert" class="btn btn-primary btn-xl page-scroll " id="booking_submit">Submit</a>
  </center>
</form>

Name: booking_form_arrival

<form role="form" id="booking_form_arrival" name="booking_form_arrival">
  <div class="row">
    <div class="form-group col-md-3">
      <label for="usr">Name:</label>
      <input type="text" class="form-control" id="customer_name" name="customer_name" required="">
    </div>
    <div class="form-group col-md-3">
      <label for="usr">Email:</label>
      <input type="text" class="form-control" id="customer_email" name="customer_email">
    </div>
    <div class="form-group col-md-3">
      <label for="usr">Contact:</label>
      <input type="text" class="form-control" id="customer_contact" name="customer_contact" required="">
    </div>
    <div class="form-group col-md-3">
      <label for="usr">Flight Number:</label>
      <input type="text" class="form-control" id="flight_number" name="flight_number">
    </div>
  </div>
  <div class="row">
    <div class="form-group col-md-3">
      <label for="comment">Airport:</label>
      <select class="form-control" id="destination" name="airport">
        <option value="KLIA">KLIA</option>
        <option value="KLIA2">KLIA2</option>
        <option value="Subang">Subang Airport</option>
      </select>
    </div>
    <div class="form-group col-md-3">
      <label for="comment">Total Passengers:</label>
      <input type="text" class="form-control" id="total_passenger" name="total_passenger" placeholder="1" value="1">
    </div>
    <div class="form-group col-md-3">
      <label for="comment">Total Luggages:</label>
      <input type="text" class="form-control" id="total_luggage" name="total_luggage" placeholder="1" value="1">
    </div>
    <div class="form-group col-md-3">
      <label for="comment">Taxi Service:</label>
      <select class="form-control" id="taxi_service" name="taxi_service">
        <option value="Executive">Executive</option>
      </select>
    </div>
  </div>
  <div class="row">
    <div class="form-group col-xs-12">
      <label for="comment">Estimated Time of Arrival:</label>
      <div class="input-group date form_datetime col-md-5" data-date="" data-date-format="dd MM yyyy - HH:ii p" data-link-field="dtp_input1">
        <input class="form-control" size="16" type="text" value="" readonly="" name="eta">
        <span class="input-group-addon"><span class="glyphicon glyphicon-remove"></span></span>
        <span class="input-group-addon"><span class="glyphicon glyphicon-th"></span></span>
      </div>
    </div>
  </div>
  <div class="form-group">
    <label for="comment">Drop-Off Address:</label>
    <textarea class="form-control" rows="5" id="destination_address" name="destination_address"></textarea>
  </div>
  <div class="form-group">
    <label for="comment">Note:</label>
    <textarea class="form-control" rows="5" id="customer_note" name="customer_note"></textarea>
  </div>
  <div id="myAlertArrival" class="alert alert-info" style="display: none;">
    <a href="#" class="close" data-dismiss="alert">×</a>
    <center><strong>Thank You!</strong> <br>Your booking is submitted.</center>
  </div>
  <center>
    <a href="#myAlertArrival" class="btn btn-primary btn-xl page-scroll " id="booking_submit_arrival">Submit</a>
  </center>
</form>

Text Content

   
 * Pro Taxi
 * Home
 * About
 * Services
 * Booking Channels
 * Contact


AIRPORT TRANSFER SPECIALIST
KLIA/KLIA2/SAAS

Find Out More Instant Booking Booking Form Call for Booking


WELCOME TO PRO TAXI AIRPORT ONLINE BOOKING PORTAL.

Whether you need a taxi to KLIA/KLIA2/SAAS airport or need a ride home or office
from Airport Terminal, Pro Taxi have got you covered. With easier and hassle
free taxi booking techniques, Pro Taxi will get you to KLIA/KLIA2/SAAS airport
on time.

Pro Taxi offers a quality taxi service travelling all over Kuala Lumpur
metropolitan area or even Peninsular Malaysia region, Pro Taxi to be fast and
friendly solution for all KLIA/KLIA2/SAAS airport bookings.

We complement our business with transportation service to give you quality,
comfortable, reliable services at affordable costs.

“We’ve aligned the entire organization around one mission: to provide the best
customer service possible”

Our company is dedicated to developing and maintaining a long term relationship
with our customer, by providing most reliable, professional and friendly
service. Our vehicle are clean, well maintained and smoke free.

Contact Us Instant Booking Booking Form


OUR SERVICES

--------------------------------------------------------------------------------

SIGHTSEEING

Sightseeing tour all over peninsular Malaysia – “writes an email and sends quote
to us” Malaysia Truly Asia

Contact Us

AIRPORT TRANSFER

We offer pickup service from any points to KLIA/ KLIA2/ SAAS Subang Airport.

Contact Us

MEET AND GREET

We offer meet and greet service on KLIA/KLIA2/SAAS Subang Airport pickups to any
destinations. We offer business tour and corporate airport booking

Contact Us

BUSINESS TOUR

We offer business tour and corporate airport booking – “writes an email and
sends quote to us”

Contact Us


CHOOSE YOUR FAVOURITE BOOKING CHANNELS

--------------------------------------------------------------------------------

Submit to us:
(1) Name,  (2) Contact Number, (3) Email Address, (4) Pickup Date/Time,  (5)
Pickup Point/Addr,  (6) Taxi Service: Budget/Executive, (7) Dropoff Point/Addr,
(8) No. Of Luggage, (9) No. Of Passenger, (10) Note.

🚖 PRO TAXI,MY@Call Centre Team ⤵
"...KLIA/KLIA2/SAAS Airport Transfer Specialist, Moving With Us..."

--------------------------------------------------------------------------------

✔Online booking @ www.kliataxiservice.com.my www.kliataxiservice.my
support@kliataxiservice.com.my

--------------------------------------------------------------------------------

✔ Call/SMS/Whatsapp/Wechat/Telegram @ +6012.622.1782 +6014.641.3886

--------------------------------------------------------------------------------

✔Any inquiries @ support@kliataxiservice.com.my Find us on; www.facebook.com
/MyProTaxi ‪#‎myprotaxi‬

--------------------------------------------------------------------------------

📷IG: myprotaxi Check out Pro Taxi, MY
(@kliataxiservice): https://twitter.com/kliataxiservice?s=08


Find Out More Instant Booking Booking Form


ONLINE BOOKING FORM

--------------------------------------------------------------------------------

 * To Airport - Departure
 * From Airport - Arrival

Name:
Email:
Contact:
Destination: KLIA KLIA2 Subang Airport
Total Passengers:
Total Luggages:
Taxi Service: Executive Budget
Pickup Date Time:

Pick-Up Address:
Note:
× Thank You!
Your booking is submitted.
Submit
Name:
Email:
Contact:
Flight Number:
Airport: KLIA KLIA2 Subang Airport
Total Passengers:
Total Luggages:
Taxi Service: Executive
Estimated Time of Arrival:

Drop-Off Address:
Note:
× Thank You!
Your booking is submitted.
Submit


PARTNERS.







PRO TAXI, MY

C-1-02, SME Technopreneur Centre 1,
Jalan Usahawan 2,
63000 Cyberjaya, Selangor


 * +6014.641.3886 | +6012.622.1782
 * support@kliataxiservice.com.my


 * 
 * 
 * 

--------------------------------------------------------------------------------

Copyright © 2016 Pro Taxi | Simetri Teras Niaga Sdn. Bhd.

4 September 2021 PM9:009:059:109:159:209:259:309:359:409:459:509:55Today

4 September 2021 AM121234567891011PM121234567891011Today

September 2021
MoTuWeThFrSaSu303112345678910111213141516171819202122232425262728293012345678910Today

2021 JanFebMarAprMayJunJulAugSepOctNovDecToday

2020-2029 201920202021202220232024202520262027202820292030Today

4 September 2021 PM9:009:059:109:159:209:259:309:359:409:459:509:55Today

4 September 2021 AM121234567891011PM121234567891011Today

September 2021
MoTuWeThFrSaSu303112345678910111213141516171819202122232425262728293012345678910Today

2021 JanFebMarAprMayJunJulAugSepOctNovDecToday

2020-2029 201920202021202220232024202520262027202820292030Today