www.airixz.in
Open in
urlscan Pro
103.211.217.198
Public Scan
Submitted URL: http://airixz.in/
Effective URL: https://www.airixz.in/
Submission: On March 11 via api from US — Scanned from DE
Effective URL: https://www.airixz.in/
Submission: On March 11 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMGET https://www.airixz.in/flight/flight-search.php
<form id="searchflight" class="align-items-center" method="get" action="https://www.airixz.in/flight/flight-search.php">
<input type="hidden" name="tripType" id="tripType" value="1">
<input type="hidden" name="action" value="flightpostaction">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="20%" align="left" valign="top">
<input class="textfield ui-autocomplete-input val-required" name="from" placeholder="City, Airport, U.S" type="text" id="valFrom" onfocus="this.select();" onclick="$('#valFrom').setSelection();" tabindex="1" autocomplete="on"
value="DEL - NEW DELHI">
<input name="fromDestinationFlight" id="fromDestinationFlight" type="hidden" value="" autocomplete="nope">
<div class="swapbtn down" onclick="swapdata();"><i class="fa fa-exchange" aria-hidden="true"></i></div>
</td>
<td width="20%" align="left" valign="top">
<input class="textfield val-required ui-autocomplete-input" name="to" placeholder="City, Airport, U.S" type="text" id="valTo" onfocus="this.select();" onclick="$('#valTo').setSelection();" tabindex="2" autocomplete="off"
value="BOM - MUMBAI">
<input name="toDestinationFlight" id="fromDestinationFlight2" type="hidden" value="" autocomplete="nope">
</td>
<td width="12%" align="left" valign="top">
<input type="text" id="dt1flight" name="journeyDateOne" class="textfield hasDatepicker" value="11-03-2023" autocomplete="nope" readonly="" style=" min-width: 140px;">
<i class="fa fa-calendar" aria-hidden="true"></i>
</td>
<td width="12%" align="left" valign="top">
<input type="text" id="dt2flight" name="journeyDateRound" class="textfield hasDatepicker" value="12-03-2023" autocomplete="nope" disabled="" style="color:#33333300; min-width: 140px;">
<i class="fa fa-calendar" aria-hidden="true"></i>
</td>
<td width="24%" align="left" valign="top">
<input type="text" id="travellersshow" class="textfield" value="1 Pax, Economy" autocomplete="nope" readonly="readonly" onclick="$('#basicDropdownClickflight').show();">
<div id="basicDropdownClickflight" class="dropdown-menu dropdown-unfold col-11 m-0" aria-labelledby="basicDropdownClickInvoker" style="max-width: 300px; width: 250px; opacity: 1;top:47px; left:0px;border: 1px solid #ddd;">
<div class=" " style="margin-bottom: 10px;">
<div class="js-quantity mx-3 row align-items-center justify-content-between">
<div class=" " style="margin-bottom: 10px; width:100%; position:relative;"> <strong>Travellers</strong>
<i class="fa fa-times" aria-hidden="true" style="position: absolute; right: 0px; cursor: pointer; top: 4px; font-size: 16px; color: #000;" onclick="$('#basicDropdownClickflight').hide();"></i> </div>
<span class="d-block font-size-13 text-secondary font-weight-medium">Adults (12y +)</span>
<div class="d-flex">
<select id="ADT" name="ADT" class="textfield" onchange="selectpaxs();getinfantandchild();">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
</select>
</div>
</div>
</div>
<div class="" style="margin-bottom: 10px;">
<div class="js-quantity mx-3 row align-items-center justify-content-between"> <span class="d-block font-size-13 text-secondary font-weight-medium">Children (2y - 12y )</span>
<div class="d-flex">
<select id="CHD" name="CHD" class="textfield" onchange="selectpaxs();">
<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
</select>
</div>
</div>
</div>
<div class="" style="margin-bottom: 10px;">
<div class="js-quantity mx-3 row align-items-center justify-content-between"> <span class="d-block font-size-13 text-secondary font-weight-medium">Infants (below 2y)</span>
<div class="d-flex">
<select id="INF" name="INF" class="textfield" onchange="selectpaxs();">
<option value="0">0</option>
<option value="1">1</option>
</select>
</div>
</div>
</div>
<div class=" ">
<div class="js-quantity mx-3 row align-items-center justify-content-between"> <span class="d-block font-size-13 text-secondary font-weight-medium" style="padding-bottom:4px; display:block;">Preffered Class</span>
<select id="PC" name="PC" class="form-control" onchange="selectpaxs();">
<option value="EC" selected="">Economy Class</option>
<option value="PE">Premium Economy</option>
<option value="BC">Business Class</option>
<option value="FC">First Class</option>
</select>
<script>
function selectpaxs() {
var ADT = Number($('#ADT').val());
var CHD = Number($('#CHD').val());
var INF = Number($('#INF').val());
var PC = $('#PC').val();
if (PC == 'EC') {
fPC = 'Economy';
}
if (PC == 'BU') {
fPC = 'Business';
}
if (PC == '') {
fPC = 'All Class';
}
$('#travellersshow').val(Number(ADT + CHD + INF) + ' Pax, ' + fPC);
}
</script>
</div>
</div>
<div class="w-100 text-right py-1 pr-5">
<!--<a class="text-primary font-weight-semi-bold font-size-16" href="#">Done</a>-->
</div>
</div>
<script>
$('#basicDropdownClick').click(function(event) {
event.stopPropagation();
});
function swapdata() {
var valFrom = $('#valFrom').val();
var valTo = $('#valTo').val();
$('#valFrom').val(valTo);
$('#valTo').val(valFrom);
}
function getinfantandchild() {
var ADT = Number($('#ADT').val());
var noofchild = Number(9 - ADT);
$('#CHD').find('option').remove().end();
$('#INF').find('option').remove().end();
$('#INF').append('<option value="0">0</option>');
$('#CHD').append('<option value="0">0</option>');
for (var i = 1; i <= ADT; i++) {
$('#INF').append('<option value="' + i + '">' + i + '</option>');
}
for (var i = 1; i <= noofchild; i++) {
$('#CHD').append('<option value="' + i + '">' + i + '</option>');
}
}
getinfantandchild();
</script>
</td>
<td width="12%" align="left" valign="top"><input type="submit" name="Submit" value="SEARCH" class="redbuttonsearch"></td>
</tr>
</tbody>
</table>
</form>
Text Content
Flights Hotels Bus Holidays Web Check-In Contact Us Customer Login Customer Login Flights Hotels Bus Holidays Flight Booking Hotel Booking Package Enquiry Balance Sheet My Profile BOOK DOMESTIC AND INTERNATIONAL FLIGHT TICKETS One-Way Round-Trip Travellers Adults (12y +) 1 2 3 4 5 6 7 8 9 Children (2y - 12y ) 012345678 Infants (below 2y) 01 Preffered Class Economy Class Premium Economy Business Class First Class View your last search EXCLUSIVE FLIGHT BOOKING DEALS Best Time to Book your Flight Ticket at Lowest Price Web Check-in For your Flight Easily on our Website Book you Flight Just in Few Steps with Best Price Get Best Service for Hassle Free travel at Lowest Price Are You Waiting to Flight with Lowest Price OFFLINE PNR CALL 9679508657 Travel the world with Best Price Get Lowest Price on Flight Ticket BEST FLIGHT DEALS DISCOVER OUR TOP DESTINATIONS OFLINE ₹8100.00* PrevNext 1 2 3 4 REVIEWS OUR CUSTOMERS ARE SAYING US? This is due to their best service, pricing and customer support. It’s throughly refresing to such a personal touch. Duis aute irure lupsum reprehenderit. MOHD IMRAN Very Good Service and rate also very cheapest SHAHID KHAN Very Good Service and rate also very cheapest SHAHID KHAN This is due to their best service, pricing and customer support. It’s throughly refresing to such a personal touch. Duis aute irure lupsum reprehenderit. MOHD IMRAN Very Good Service and rate also very cheapest SHAHID KHAN Very Good Service and rate also very cheapest SHAHID KHAN This is due to their best service, pricing and customer support. It’s throughly refresing to such a personal touch. Duis aute irure lupsum reprehenderit. MOHD IMRAN * * * * Contact & Support We are available here for you 24x7 airixzpb@gmail.com 8101002074 * Home * About Us * Contact Us * Terms & Conditions * Privacy Policy * Refund Policy * Testimonial © 2023 NNH TOUR AND TRAVELS. All Rights Reserved.