www.tklexpress.com
Open in
urlscan Pro
13.226.52.51
Public Scan
Submitted URL: http://tklexpress.com/
Effective URL: https://www.tklexpress.com/
Submission: On March 12 via api from CA — Scanned from US
Effective URL: https://www.tklexpress.com/
Submission: On March 12 via api from CA — Scanned from US
Form analysis
2 forms found in the DOM<form class="ant-form ant-form-horizontal search-widget">
<div class="ant-row" style="margin-left: -4px; margin-right: -4px;">
<div class="ant-col-6" style="padding-left: 4px; padding-right: 4px;">
<div class="ant-row ant-form-item">
<div class="ant-form-item-control-wrapper">
<div class="ant-form-item-control"><span class="ant-form-item-children">
<div id="search-origin"><label>Origin</label>
<div class="ant-select ant-select-enabled" style="width: 100%;">
<div class="ant-select-selection
ant-select-selection--single" role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-expanded="false" tabindex="0">
<div class="ant-select-selection__rendered">
<div unselectable="on" class="ant-select-selection__placeholder" style="display: block; user-select: none;">Origin</div>
<div class="ant-select-search ant-select-search--inline" style="display: none;">
<div class="ant-select-search__field__wrap"><input autocomplete="off" class="ant-select-search__field" value=""><span class="ant-select-search__field__mirror"> </span></div>
</div>
</div><span class="ant-select-arrow" unselectable="on" style="user-select: none;"><b></b></span>
</div>
</div>
</div>
</span></div>
</div>
</div>
<div class="swp_icon"><a href="javascript:void(0)" class="swap_cls"></a></div>
</div>
<div class="ant-col-6" style="padding-left: 4px; padding-right: 4px;">
<div class="ant-row ant-form-item dest-search">
<div class="ant-form-item-control-wrapper">
<div class="ant-form-item-control"><span class="ant-form-item-children">
<div id="search-destination"><label>Destination</label>
<div class="ant-select ant-select-enabled" style="width: 100%;">
<div class="ant-select-selection
ant-select-selection--single" role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-expanded="false" tabindex="0">
<div class="ant-select-selection__rendered">
<div unselectable="on" class="ant-select-selection__placeholder" style="display: block; user-select: none;">Destination</div>
<div class="ant-select-search ant-select-search--inline" style="display: none;">
<div class="ant-select-search__field__wrap"><input autocomplete="off" class="ant-select-search__field" value=""><span class="ant-select-search__field__mirror"> </span></div>
</div>
</div><span class="ant-select-arrow" unselectable="on" style="user-select: none;"><b></b></span>
</div>
</div>
</div>
</span></div>
</div>
</div>
</div>
<div class="ant-col-4" style="padding-left: 4px; padding-right: 4px;">
<div class="ant-row ant-form-item onward-date">
<div class="ant-form-item-control-wrapper">
<div class="ant-form-item-control has-success"><span class="ant-form-item-children"><label>Onward Date</label><span class="ts-datepicker onwardDate ant-calendar-picker">
<div><input readonly="" placeholder="Onward" class="ant-calendar-picker-input ant-input" value="12/03/2024"><span class="ant-calendar-picker-icon"></span></div>
</span></span></div>
</div>
</div>
</div>
<div class="ant-col-4" style="padding-left: 4px; padding-right: 4px;">
<div class="ant-row ant-form-item return-date">
<div class="ant-form-item-control-wrapper">
<div class="ant-form-item-control"><span class="ant-form-item-children"><label>Return Date</label><span class="ts-datepicker ant-calendar-picker">
<div><input readonly="" placeholder="Return" class="ant-calendar-picker-input ant-input" value=""><span class="ant-calendar-picker-icon"></span></div>
</span></span></div>
</div>
</div>
</div>
<div class="ant-col-4" style="padding-left: 4px; padding-right: 4px;"><label> </label><button type="submit" class="ant-btn ant-btn-primary" style="width: 100%;"><span>Search</span></button></div>
</div>
</form>
index.html
<form class="contact_form" action="index.html">
<div class="col-md-12 hiring_detail">
<div class="form-group">
<label class="col-sm-6" for="exampleInputUsername">Name<small class="text-danger">*</small></label>
<input type="text" id="passenger_name" class="form-control col-sm-6" placeholder="">
</div>
<div class="form-group">
<label class="col-sm-6" for="exampleInputEmail">Email<small class="text-danger">*</small></label>
<input type="email" id="user_email" class="form-control col-sm-6" placeholder="">
</div>
<div class="form-group">
<label class="col-sm-6" for="telephone">Mobile<small class="text-danger">*</small></label>
<input type="tel" id="mobile_number" onkeypress="return isNumberKey(event);" class="form-control col-sm-6" placeholder=" ">
</div>
<div class="form-group">
<label class="col-sm-6" for="exampleInputUsername">Type</label>
<select id="package_type" class="form-control col-sm-6">
<option value="1">Bus Hire</option>
<option value="2">Car Hire</option>
<option value="4">Packages</option>
</select>
</div>
<div class="form-group">
<label class="col-sm-6" for="exampleInputEmail">From</label>
<input type="email" id="from" class="form-control col-sm-6" placeholder=" ">
</div>
<div class="form-group">
<label class="col-sm-6" for="telephone">To</label>
<input type="tel" id="to" class="form-control col-sm-6" placeholder="">
</div>
<div class="form-group">
<label class="col-sm-6" for="telephone">No. of Seats<small class="text-danger">*</small></label>
<input type="tel" id="no_of_seats" onkeypress="return isNumberKey(event);" class="form-control col-sm-6" placeholder="">
</div>
<div class="form-group">
<label class="col-sm-6" for="exampleInputUsername">Bus Type</label>
<select id="bus_type" class="form-control col-sm-6">
<option value="0">AC</option>
<option value="1">Non-AC</option>
<option value="2">AC and Non-AC</option>
</select>
</div>
<div class="form-group">
<label class="col-sm-6" for="description"> Message<small class="text-danger">*</small></label>
<textarea id="remarks" class="form-control col-sm-6" placeholder=""></textarea>
</div>
<!-- <div class="form-group">
<label class="col-sm-6" for="telephone">Verification</label>
<input type="tel" class="form-control col-sm-6" placeholder="">
</div> -->
<div class="text-center">
<button type="button" onclick="submit_bus();" class="btn btn-default print_btn load-btn"><i class="fa fa-circle-o-notch fa-spin "></i> Submit</button>
</div>
</div>
</form>
Text Content
01151661035gl2262@hotmail.com Menu mobile * Home * Manage Bookings * Gallery * About Us * Contact 1. 2. Previous Next Origin Origin Destination Destination Onward Date Return Date Search * Quick Routes * Latest News * All Routes QUICK ROUTES Karak - Kuala Lumpur Mentakab - Kuala Lumpur Teriang (Triang) - Kuala Lumpur D: 11:15 AM - Seater, AC Teriang (Triang) - Kuala Lumpur D: 06:15 PM - Seater, AC Teriang (Triang) - Kuala Lumpur D: 06:15 PM - Seater, AC Teriang (Triang) - Kuala Lumpur D: 11:15 AM - Seater, AC Kuala Lumpur - Teriang (Triang) D: 02:45 PM - Seater, AC Kuala Lumpur - Teriang (Triang) D: 02:45 PM - Seater, AC Kuala Lumpur - Teriang (Triang) D: 08:15 AM - Seater, AC Kuala Lumpur - Temerloh D: 07:00 PM - Seater, AC Kuala Lumpur - Karak D: 07:00 PM - Seater, AC Kuala Lumpur - Lanchang D: 07:00 PM - Seater, AC Kuala Lumpur - Mentakab D: 07:00 PM - Seater, AC Temerloh - Kuala Lumpur D: 02:00 PM - Seater, AC Karak - Kuala Lumpur D: 03:10 PM - Seater, AC Lanchang - Kuala Lumpur D: 02:45 PM - Seater, AC Mentakab - Kuala Lumpur D: 02:20 PM - Seater, AC Temerloh - Kuala Lumpur D: 08:00 AM - Seater, AC Karak - Kuala Lumpur D: 09:10 AM - Seater, AC Lanchang - Kuala Lumpur D: 08:45 AM - Seater, AC Mentakab - Kuala Lumpur D: 08:20 AM - Seater, AC AMENITIES WHY CHOOSE OUR TRAVEL Temerloh KL Express is experienced in offering bus services across a number of city routes. The bus company makes continuous efforts in providing prompt service. It consists of well-maintained buses and cordial staff assisting passengers at all ti... Read More ONLINE BUS TICKET BOOKING RETURN BUS TICKETS CUSTOMER SUPPORT WHAT OUR CLIENTS SAY GALLERY * * * * * * * * Offers <> YOUR TRAVEL NEEDS, OUR PRIORITY We’re here so you can travel with maximum safety, comfort and ease! SEATING The attention to detail sets our buses apart from most buses... Read more DRIVER’S BAY The driver’s bay is designed in a way so...Read more FLEET & SAFETY REGULATIONS All of our buses are equip..Read more FREE WIFI Every Bulan Restu will be provided with free wifi for all Read more MORE LEG ROOM Cheap doesn’t equal less quality, at least not in our books. OUR STORY Temerloh KL Express is one of the reputed bus service providers serving the travel industry. This bus company provides punctual and effective services. Temerloh KL Express is recognized for creating travel convenience for many commuters. All types of buses offered by Temerloh KL Express help in connecting cities. The bus service provider assures passenger safety and comfort. ABOUT US "Temerloh KL Express is experienced in offering bus services across a number of city routes. The bus company makes continuous efforts in providing prompt service. It consists of well-maintained buses and cordial staff assisting passengers at all times. Travelling with Temerloh KL Express as their buses adhere to time and deliver an enjoyable experience. The various types of buses run by Temerloh KL Express are: Economy(2+2) Executive(2+1) Contact 6PROMISES THE TEMERLOH KL EKSPRES SDN BHD TEAM CAN MAKE YOU The Most Affordable Way To klia2 and Back You willl not find a cheaper way to get to klia2, and back. Well, unless you walk, But... Working AC In Every Bus Every Bus has working AC to keep you cool, because you know, Malasia is kind warm all day, every day. Friendly, Responsive, English Speaking Staff And if it's too cold for you, Just ask your driver to turn the AC down a notch, Our staff is highly responsive, friendly, and speaks English well. Customer Support And int he rare case your driver has a bad day and isn't as responsive as you'd hope, You can always call our Customer Support Hotline and we'll address your Issues Immediately 30% More Legroom You will also not find a more comfortable bus to get KLIA2 and back, because in every bus you have 30% more leg room compared to our competitors Free WiFi (Comming Soon) And not only that, also there's free Wi-Fi on every bus, So you can either sit back, relax and connect with your friends, or you can get that important email out before you take off. SEATING The attention to detail sets our buses apart from most buses. Every part of the interior has been carefully considered, and created for maximum comfort – hey, you’re gonna be in there for a while, might as well be enjoyable, right? The seats are comfortably designed and help your spine adjust to its natural curve. There is generous leg room for each passenger – Every seat is provided with removable armrests. Close x DRIVER’S BAY The driver’s bay is designed in a way so that the driver’s position is almost fully customizable, so the driver can assume a position that is optimum for his vision and posture. A panoramic view gives the driver a perfect view on everything on the road ahead. Close x FLEET & SAFETY REGULATIONS All of our buses are equipped with GPS monitoring and are monitored around the clock to ensure the safety of our passengers. Our drivers are well-experienced and aware of dangerous points along the highway. If a bus breaks down, we will send a backup bus to make sure you arrive at your destination timely. Our buses follow strict regulations from the SPAD.We make sure that our passengers safety and comfort If you see our drivers are driving dangerously, please don’t hesitate to call our hotline. Close x FREE WIFI Every Bulan Restu will be provided with free wifi for all Bulan Restu passengers to make your ride as enjoyable as possible. (Coming soon!) Close x NEED HELP? Temerloh KL Ekspres Sdn Bhd Kuala Lumpur, Kuala Lumpur, Kuala Lumpur, Kuala Lumpur -000000 03-62501035 QUICK LINKS * Gallery * About Us * Contact * Schedules SOCIAL LINK * * * * * -------------------------------------------------------------------------------- © 2022 All rights reserved. Temerloh KL Ekspres Sdn Bhd Powered By: NEED HELP? Temerloh KL Ekspres Sdn Bhd Kuala Lumpur, Kuala Lumpur, Kuala Lumpur, Kuala Lumpur -000000 03-62501035 QUICK LINKS * Gallery * About Us * Contact * Schedules ABOUT US -------------------------------------------------------------------------------- © 2024 All rights reserved. Temerloh KL Ekspres Sdn Bhd Powered By TicketSimply Maintained By Bitla Software booking-confirm booking-cancel search-results ticket-details thank-you my-page phone-blocking-to-ebooking> 404> 410> PACKAGES PLEASE ENTER YOUR DETAILS Name* Email* Mobile* Type Bus Hire Car Hire Packages From To No. of Seats* Bus Type AC Non-AC AC and Non-AC Message* Submit ✔ Success Thank you, Message has been sent successfully OK <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script> $(document).ready(function(){ /* $("<li id='auth_links'><a href='javascript:void(0)' onclick='showHideAuthModal(false)'>Sign In/Sign Up</a></li>").insertAfter(".main-menu ul li:nth-child(4)");*/ $("#top_links #auth_links").insertAfter(".main-menu ul li:nth-child(4)"); }); </script> <script type="text/javascript"> $(document).ready(function(){ $( ".search-form form" ).prepend( $( "#ticket_widgets" ) ); $( "#extra_127" ).insertBefore( $( "#extra_39" ) ); $( "#extra_128" ).insertBefore( $( ".tab-content" ) ); $( "footer-bottom" ).insertAfter( $( "#extra_43" ) ); }); </script> <script> $('#customers-testimonials').owlCarousel({ loop: true, center: true, items: 3, margin: 0, autoplay: true, dots:false, autoplayTimeout: 8500, smartSpeed: 450, responsive: { 0: { items: 1 }, 768: { items: 2 }, 1170: { items: 3 } } }); $('#gallery_slide').owlCarousel({ loop: true, items: 1, center: true, margin:0, autoplay: true, stagePadding: 320, dots:true, autoplayTimeout: 8500, smartSpeed: 450, responsive: { 0: { items: 1 }, 768: { items: 1 }, 1170: { items:1 } } }); $('#extra_5149 .count').each(function() { $(this).prop('Counter', 0).animate({ Counter: $(this).text() }, { duration: 10000, easing: 'swing', step: function(now) { if($(this).is(".rating")){ $(this).text(now.toFixed(1)); } else{ $(this).text(parseInt(now)); } } }); }); if(! $(".wrapper").hasClass("inner-page")){ $(".wrapper").addClass("emdedded_new"); } $("<p class='booking-text'>India’s top rated bus service on Redbus, Abhibus & Paytm</p>").insertBefore(".booking-widget"); $(".home_title").append("<p>Intercity travel engineered to your needs.</p>"); $("#extra_5176").insertBefore("#extra_5149"); </script> <script> $(function() { //----- OPEN $('[data-popup-open]').on('click', function(e) { var targeted_popup_class = jQuery(this).attr('data-popup-open'); $('[data-popup="' + targeted_popup_class + '"]').fadeIn(350); e.preventDefault(); }); //----- CLOSE $('[data-popup-close]').on('click', function(e) { var targeted_popup_class = jQuery(this).attr('data-popup-close'); $('[data-popup="' + targeted_popup_class + '"]').fadeOut(350); e.preventDefault(); }); }); </script> <script> $(function() { //----- OPEN $('[data-popup-open]').on('click', function(e) { var targeted_popup_class = jQuery(this).attr('data-popup-open'); $('[data-popup="' + targeted_popup_class + '"]').fadeIn(350); e.preventDefault(); }); //----- CLOSE $('[data-popup-close]').on('click', function(e) { var targeted_popup_class = jQuery(this).attr('data-popup-close'); $('[data-popup="' + targeted_popup_class + '"]').fadeOut(350); e.preventDefault(); }); }); </script>