bookingwiz.com Open in urlscan Pro
2a06:98c1:3120::3  Public Scan

URL: https://bookingwiz.com/
Submission: On July 24 via automatic, source certstream-suspicious — Scanned from NL

Form analysis 5 forms found in the DOM

Name: trip_type1POST air.asp

<form action="air.asp" method="post" name="trip_type1" id="trip_type1"> <input type="hidden" name="process" value="triptype"> <input type="radio" value="1" checked="" name="fm_roundtrip"> </form>

Name: trip_type2POST air.asp

<form action="air.asp" method="post" name="trip_type2" id="trip_type2"> <input type="hidden" name="process" value="triptype"> <input type="hidden" id="fm_air_departure_full_date" name="fm_air_departure_full_date" value=""> <input type="hidden"
    id="fm_air_return_full_date" name="fm_air_return_full_date" value=""> <input type="hidden" id="fm_air_Departing_Location" name="fm_air_Departing_Location" value=""> <input type="hidden" id="fm_air_Destination_Location"
    name="fm_air_Destination_Location" value=""> <input type="hidden" id="fm_air_Adults" name="fm_air_Adults" value="1"> <input type="hidden" id="fm_air_Children" name="fm_air_Children" value="0"> <input type="hidden" id="fm_email_address"
    name="fm_email_address" value=""> <input type="radio" value="1" name="fm_oneway"
    onclick="document.trip_type2.fm_air_departure_full_date.value=document.air_action.fm_air_departure_full_date.value;document.trip_type2.fm_air_return_full_date.value=document.air_action.fm_air_return_full_date.value;document.trip_type2.fm_air_Departing_Location.value=document.air_action.fm_air_Departing_Location.value;document.trip_type2.fm_air_Destination_Location.value=document.air_action.fm_air_Destination_Location.value;this.form.submit()">
</form>

Name: trip_type3POST air.asp

<form action="air.asp" method="post" name="trip_type3"> <input type="hidden" name="process" value="triptype"> <input type="radio" value="1" name="fm_multitrip" onclick="this.form.submit()"></form>

Name: air_actionPOST air.asp

<form action="air.asp" method="post" name="air_action" id="air_action">
  <script>
    $(function() {
      $('#air_departure_full_date').datepicker({
        defaultDate: '+1d',
        minDate: 'd',
        changeMonth: false,
        numberOfMonths: 2,
        showOn: 'both',
        onSelect: function(selectedDate) {
          if ($('#air_departure_full_date').datepicker('getDate') > $('#air_return_full_date').datepicker('getDate')) $('#air_return_full_date').val('');
          if ($('#air_return_full_date').val().length == 0 || $('#air_return_full_date').val() == 'mm/dd/yyyy') $('#air_return_full_date').datepicker('option', 'defaultDate', selectedDate);
          $('#air_return_full_date').datepicker('option', 'minDate', selectedDate);
          $(this).nextAll('input, button, textarea, a, select').filter(':first').focus();
        },
        beforeShowDay: markReturnDate,
        onClose: function() {
          if ($('#air_return_full_date').val() == 'mm/dd/yyyy' || $('#air_return_full_date').length < 8) $('#air_return_full_date').datepicker('show');
        },
      });
      $('#air_return_full_date').datepicker({
        minDate: 'd',
        date: [$('#air_departure_full_date').val(), $('#air_return_full_date').val()],
        changeMonth: false,
        numberOfMonths: 2,
        showOn: 'both',
        beforeShowDay: markDepartureDate,
        onSelect: function(selectedDate) {
          if ($('#air_departure_full_date').datepicker('getDate') > $('#air_return_full_date').datepicker('getDate')) $('#air_departure_full_date').val('');
          $('#air_departure_full_date').datepicker('option', 'maxDate', selectedDate);
          $(this).nextAll('input, button, textarea, a, select').filter(':first').focus();
        },
      });
    });

    function markReturnDate(date) {
      if ($('#air_return_full_date').val().length > 0 && $('#air_return_full_date').val() != 'mm/dd/yyyy') {
        if (date - $('#air_return_full_date').datepicker('getDate') == 0) {
          return [true, 'datepickerSpecial', ''];
        }
      }
      return [true, '', ''];
    };

    function markDepartureDate(date) {
      if ($('#air_departure_full_date').val().length > 0 && $('#air_departure_full_date').val() != 'mm/dd/yyyy') {
        if (date - $('#air_departure_full_date').datepicker('getDate') == 0) {
          return [true, 'datepickerSpecial', ''];
        }
      }
      return [true, '', ''];
    };
  </script>
  <table id="toAndFrom" width="100%" border="0" cellspacing="0" cellpadding="0"> <input type="hidden" name="process" value="do_search"><input type="hidden" name="fm_session_user_session_id" value="{2B3CACD1-4FDE-4DCD-93F6-E1CD2B6619AF}">
    <tbody>
      <tr>
        <td class="t12">
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tbody>
              <tr>
                <td></td>
              </tr>
              <tr>
                <td>
                  <table border="0" width="100%" cellspacing="0" cellpadding="0">
                    <tbody>
                      <tr>
                        <td class="t12">Departing from: </td>
                        <td class="t12">Travelling To: </td>
                      </tr>
                      <tr>
                        <td class="t12"> <input class="w_250" onfocus="airportfocus(this,origincode);this.style.color=&quot;#000&quot;;" onblur="cancelSmartBox();" name="fm_air_Departing_Location" autocomplete="off" id="fm_air_Departing_Location"
                            onkeypress="return sbNoEnter()" size="40" value="city or airport code" type="text"> <input id="origincode" name="origincode" value="" type="hidden"> </td>
                        <td class="t12"> <input class="w_250" onfocus="airportfocus(this,destinationcode);this.style.color=&quot;#000&quot;;" onblur="cancelSmartBox();" name="fm_air_Destination_Location" autocomplete="off"
                            id="fm_air_Destination_Location" onkeypress="return sbNoEnter()" size="40" maxlength="100" value="city or airport code" type="text"> <input id="destinationcode" name="destinationcode" value="" type="hidden"> </td>
                      </tr>
                      <tr>
                        <td></td>
                      </tr>
                      <tr>
                        <td class="t12">Departure Date: </td>
                        <td class="t12">Return Date: </td>
                      </tr>
                      <tr>
                        <td class="t12"> <input type="text" class="w_180 hasDatepicker" name="fm_air_departure_full_date" id="air_departure_full_date" autocomplete="off" onfocus="this.style.color='#000';" value="mm/dd/yyyy" size="11"><button
                            type="button" class="ui-datepicker-trigger">...</button> </td>
                        <td class="t12"> <input type="text" class="w_180 hasDatepicker" name="fm_air_return_full_date" id="air_return_full_date" autocomplete="off" onfocus="this.style.color='#000';" value="mm/dd/yyyy" size="11"><button type="button"
                            class="ui-datepicker-trigger">...</button> </td>
                      </tr>
                      <tr>
                        <td></td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
              <tr>
                <td>
                  <div id="tripOptionsDiv" style="display:block;">
                    <table id="tripOptions" border="0" cellspacing="0" cellpadding="0">
                      <tbody>
                        <tr>
                          <td id="compareTo" colspan="4"> <strong>Book Together and Save More</strong>
                            <table border="0" cellspacing="0" cellpadding="0">
                              <tbody>
                                <tr>
                                  <td><input type="checkbox" name="compareTo" value="compareWithHotels"> Yes - compare hotels too</td>
                                  <td><input type="checkbox" name="compareTo" value="compareWithCars"> Yes - compare car rentals too</td>
                                </tr>
                              </tbody>
                            </table>
                          </td>
                        </tr>
                        <tr>
                          <td class="t12">Adults (12+):</td>
                          <td class="t12">Children (2-11):</td>
                          <td class="t12">Class:</td>
                          <td class="t12">&nbsp;</td>
                        </tr>
                        <tr>
                          <td> <select name="fm_air_Adults" class="w_70">
                              <option value="1" selected="">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>
                              <option value="10">10</option>
                            </select> </td>
                          <td> <select name="fm_air_Children" size="1" class="w_70">
                              <option value="0" selected="">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>
                              <option value="9">9</option>
                              <option value="10">10</option>
                            </select> </td>
                          <td> <select name="fm_air_Class" size="1" class="w_130">
                              <option value="0" selected="">Economy</option>
                              <option value="1">Business</option>
                              <option value="2">First Class</option>
                            </select> </td>
                          <td>&nbsp;</td>
                        </tr>
                      </tbody>
                    </table>
                  </div>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
      <tr>
        <td></td>
      </tr>
      <tr>
        <td> <input type="image" id="primary_submit" name="air_submit" src="//www.bookingwiz.com/images/wf_blank.gif"> </td>
      </tr>
    </tbody>
  </table>
</form>

Name: action_emailPOST air.asp

<form action="air.asp" method="post" name="action_email" style="margin-bottom:0;" id="action_email">
  <div align="center">
    <table border="0" cellspacing="0" cellpadding="0">
      <tbody>
        <tr>
          <td style="color:#FF0000;">
            <h4>Never Miss a Deal Again!</h4>
          </td>
          <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
        </tr>
      </tbody>
    </table>
    <table border="0" cellspacing="0" cellpadding="0">
      <tbody>
        <tr>
          <td style="text-align: left; vertical-align: middle; padding-left:15px; "> <input onfocus="value='';this.style.color='#000'" name="fm_email_address" value="Enter Email Address to get discounted deals!" size="40" maxlength="100"> <input
              type="hidden" name="process" value="do_email"><input type="hidden" name="fm_session_user_session_id" value="{2B3CACD1-4FDE-4DCD-93F6-E1CD2B6619AF}">
          </td>
          <td style="width:110px; text-align: center; vertical-align: middle"> <input name="Search" type="submit" value="SIGN-UP" style="height:22px; padding-top:1px; font-family: Arial; font-weight: bold; font-size: 11px; width: 80"> </td>
        </tr>
      </tbody>
    </table>
  </div>
</form>

Text Content

X


STILL LOOKING FOR
THE RIGHT FLIGHT?

Our experienced travel agents may be able to snag you one of our unpublished
fares

You could save up to 70%.


For your convenience, our agent are standing by 24/7 - ready to hep you.


Be sure to use the promo code.

Call Now

+1-858-384-4749

Use Promo Code



CALLCENTER20

(Get An Extra $20 Off)

CALL TRAVEL DEAL CENTER
858-256-7262


FIND CHEAP FLIGHTS

ENTER YOUR TRIP DETAILS ONCE AND WE WILL SUGGEST CHEAP FLIGHTS BASED ON YOUR
REQUEST


 * 
 * 
 * 
 * 
 * 


FIND CHEAP FLIGHTS NOW!


Round-trip

One-way

Multi-City 

Departing from: Travelling To: Departure Date: Return Date: ... ...

Book Together and Save More

Yes - compare hotels too Yes - compare car rentals too

Adults (12+): Children (2-11): Class:   1 2 3 4 5 6 7 8 9 10 0 1 2 3 4 5 6 7 8 9
10 Economy Business First Class  





 * Enter your trip information.
 * Select & compare the top travel providers.
 * Save up to 65% or more!


SmartWiz Travel Tips
With over 100+ years of Travel Experience from our BookingWiz staff we share the
most interesting travel tips to help you save time and money.   Travel Tip
Mini-Bitsle   Book as far in advance as possible to get the best fares. Beware
of booking in the summer for fall, winter and spring fares as you will probably
pay way too much. For these, wait until late August or early September.

Mid-week to mid-week travel is still the cheapest and while Saturday night stays
may not be required; they are still pricier than leaving on a Wednesday and
returning Sunday or Tuesday/Wednesday.

Avoid Monday morning, Thursday evening, and all day Friday departures. Cheaper
seats on these flights are few and far between. These are prime business travel
and airlines price accordingly. Watch out for Sunday as it is becoming expensive
too.

If you are traveling coast to coast mid week and returning that same week, save
yourself some coins that you can use in the airport slots in Las Vegas. Plan
your coast to coast flight as two round trips with Las Vegas as the pivot point…
The savings will amaze you!  
More Tips
  

 

 


CHEAP FLIGHTS, HOTELS & CAR RENTAL DEALS

Compare airline tickets of trusted consolidators offering cheap flights for
international & US internal flights at your finger click.
Find cheap tickets from long list of airfare deals and get your fix of cheapest
airfares to destinations worldwide right here.

NEVER MISS A DEAL AGAIN!

                            



   

About Us  |  Privacy Statement  |  Contact Us |  Site Map  |  FACEBOOK  

 

Affiliate with  BOOKINGWiz  ...  Learn More   Partner Site: Medical Tourism
 GettingThereInfo.com  FoodSite.com  LowCostAirlines.com

  © 2005 - 2021 BookingWiz.com Ltd. All Rights Reserved