www.travelmath.com
Open in
urlscan Pro
3.213.154.136
Public Scan
Submitted URL: http://travelmath.com/
Effective URL: https://www.travelmath.com/
Submission: On June 05 via manual from US — Scanned from DE
Effective URL: https://www.travelmath.com/
Submission: On June 05 via manual from US — Scanned from DE
Form analysis
3 forms found in the DOMGET /redirect.php
<form method="get" action="/redirect.php" onsubmit="return redirect2(this,this.path.value)">
<div id="tagline">
<div id="planning">Planning a trip?</div>
<div id="let-us">Let us do the math.</div>
</div>
<div id="homeformfields"><select name="path" id="HomePathMenu" class="form-control" onchange="changepath2(this.value,'HomeFromField')">
<option value="from">all calculations</option>
<option value="distance">distance</option>
<option value="flying-time">flight time</option>
<option value="driving-time">driving time</option>
<option value="nearest-airport">closest airport</option>
<option value="cost-of-driving">cost of driving</option>
<option value="halfway">halfway point</option>
<option value="time-change">time difference</option>
<option value="cities-near">cities near</option>
<option value="stopping-points">stopping points</option>
<option value="nonstop-flight">direct flights</option>
<option value="airlines-serving">airlines serving</option>
<option value="hotels-near">hotels in the area</option>
<option value="lat-long">latitude/longitude</option>
</select>
<div id="HomePathBar">
<span class="HomePath" style="background-color:#1D60B4;color:#FFF" onclick="chgHome(this,'from','HomeFromField')">all calculations</span> <span class="HomePath" onclick="chgHome(this,'distance','HomeFromField')">distance</span>
<span class="HomePath" onclick="chgHome(this,'flying-time','HomeFromField')">flight time</span> <span class="HomePath" onclick="chgHome(this,'driving-time','HomeFromField')">driving time</span> <span class="HomePath"
onclick="chgHome(this,'nearest-airport','HomeFromField')">closest airport</span> <span class="HomePath" onclick="chgHome(this,'cost-of-driving','HomeFromField')">cost of driving</span> <span class="HomePath"
onclick="chgHome(this,'halfway','HomeFromField')">halfway point</span> <span class="HomePath" onclick="chgHome(this,'time-change','HomeFromField')">time difference</span> <span class="HomePath"
onclick="chgHome(this,'cities-near','HomeFromField')">cities near</span> <span class="HomePath" onclick="chgHome(this,'stopping-points','HomeFromField')">stopping points</span> <span class="HomePath"
onclick="chgHome(this,'nonstop-flight','HomeFromField')">direct flights</span> <span class="HomePath" onclick="chgHome(this,'airlines-serving','HomeFromField')">airlines serving</span> <span class="HomePath"
onclick="chgHome(this,'hotels-near','HomeFromField')">hotels in the area</span> <span class="HomePath" onclick="chgHome(this,'lat-long','HomeFromField')">latitude/longitude</span>
</div>
<input type="text" id="HomeFromField" class="form-control ui-autocomplete-input" name="from" size="25" maxlength="100" placeholder="From" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true"><input type="text"
id="HomeToField" class="form-control ui-autocomplete-input" name="to" size="25" maxlength="100" placeholder="To" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true"><button id="homego" type="submit"
class="btn btn-warning btn-lg">GO</button>
</div>
</form>
Name: calculator — GET /redirect.php
<form name="calculator" method="get" action="/redirect.php" class="form-horizontal" onsubmit="return redirect2(this,this.path.value)">
<input type="hidden" name="path" value="from">
<div id="CalcFromRow" class="form-group" style="clear:both">
<label for="CalcFromField" id="CalcFrom" class="control-label col-xs-2">From:</label>
<div class="col-xs-6">
<input type="text" class="form-control input-sm ui-autocomplete-input" id="CalcFromField" name="from" size="30" maxlength="100" value="" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true">
</div>
</div>
<div id="CalcToRow" class="form-group" style="clear:both">
<label for="CalcToField" id="CalcTo" class="control-label col-xs-2">To:</label>
<div class="col-xs-6">
<input type="text" class="form-control input-sm ui-autocomplete-input" id="CalcToField" name="to" size="30" maxlength="100" value="" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true">
</div>
</div>
<div class="form-group">
<div class="col-xs-offset-2 col-xs-6">
<button type="submit" class="btn btn-warning btn-sm"><strong> CALCULATE </strong></button>
</div>
</div>
</form>
POST /booking.php
<form method="post" target="_blank" action="/booking.php">
<table border="0" cellpadding="7" cellspacing="0" align="center">
<tbody>
<tr id="BBfromrow" style="height:45px;display:none">
<td align="right" style="font-weight:600;padding-right:10px">From:</td>
<td><input type="text" id="departure_city" name="departure_city" value="" size="16" maxlength="100" autocomplete="off" style="font-size:1em;border:solid 1px #CCC;border-radius:4px;margin-bottom:5px;padding:5px 8px 5px 8px"
class="ui-autocomplete-input" role="textbox" aria-autocomplete="list" aria-haspopup="true"></td>
</tr>
<tr style="height:45px">
<td align="right" style="font-weight:600;padding-right:10px" id="BBtocol">City:</td>
<td><input type="text" id="arrival_city" name="arrival_city" value="" size="16" maxlength="100" autocomplete="off" style="font-size:1em;border:solid 1px #CCC;border-radius:4px;margin-bottom:5px;padding:5px 8px 5px 8px"
class="ui-autocomplete-input" role="textbox" aria-autocomplete="list" aria-haspopup="true"><span id="BBsearch_type" style="display:none"> <select id="BBroundtrip" name="search_type"
style="font-size:1em;background-color:#FFF;border:solid 1px #CCC;border-radius:4px;margin-bottom:5px;padding:5px 8px 5px 8px;height:32px" onchange="if(this.value=='oneway'){$('#BBreturnrow').hide()}else{$('#BBreturnrow').show()}">
<option value="roundtrip">round-trip</option>
<option value="oneway">one-way</option>
</select></span></td>
</tr>
<tr style="height:45px">
<td align="right" style="font-weight:600;padding-right:10px" id="BBdepartcol">Check-in:</td>
<td><input type="text" id="departure_date" size="16" name="departure_date" value="07/05/2024" maxlength="10" style="font-size:1em;border:solid 1px #CCC;border-radius:4px;margin-bottom:5px;padding:5px 8px 5px 8px" class="hasDatepicker"></td>
</tr>
<tr id="BBreturnrow" style="height:45px">
<td align="right" style="font-weight:600;padding-right:10px" id="BBreturncol">Check-out:</td>
<td><input type="text" id="return_date" size="16" name="return_date" value="07/07/2024" maxlength="10" style="font-size:1em;border:solid 1px #CCC;border-radius:4px;margin-bottom:5px;padding:5px 8px 5px 8px" class="hasDatepicker"></td>
</tr>
<tr style="height:45px">
<td align="right" style="font-weight:600;padding-right:10px">Get:</td>
<td><select name="sm" onchange="bbnewr(this.options.selectedIndex)" style="font-size:1em;background-color:#FFF;border:solid 1px #CCC;border-radius:4px;margin-bottom:5px;padding:5px 8px 5px 8px;height:32px">
<option value="vacation">vacation</option>
<option value="air">flight</option>
<option value="hotel" selected="selected">hotel</option>
<option value="car">car rental</option>
</select> <button type="submit"
style="font-family:'Helvetica Neue';font-size:0.8em;font-weight:600;border:solid 1px #e38d13;border-radius:4px;padding:0px 15px 0px 15px;height:32px;color:#fff;background-color:#f0ad4e;background:linear-gradient(#f0ad4e,#eb9316);vertical-align:top"><i class="fa fa-external-link"></i>
SEARCH</button></td>
</tr>
<tr>
<td colspan="2" align="right" style="padding-top:5px;font-size:0.65em;color:#BBB">Powered by MediaAlpha </td>
</tr>
</tbody>
</table><input type="hidden" name="sub_1" value="home"><input type="hidden" id="BBmobile" name="mobile" value="0">
</form>
Text Content
DRIVING Driving Distance Driving Time Cost of Driving DISTANCE Cities Nearby Halfway Point Stopping Points Driving Distance FLYING Flight Time Closest Airport Direct Flights Major Airlines TIME Time Difference Driving Time Flight Time COST Cost of Driving Currency PLACES Cities Airports Hotels Planning a trip? Let us do the math. all calculations distance flight time driving time closest airport cost of driving halfway point time difference cities near stopping points direct flights airlines serving hotels in the area latitude/longitude all calculations distance flight time driving time closest airport cost of driving halfway point time difference cities near stopping points direct flights airlines serving hotels in the area latitude/longitude GO QUICK LINKS Driving Flying Distance Time Cost Places WHO USES TRAVELMATH? Companies like United Airlines, Southwest Airlines, and Ryanair use Travelmath to re-route passengers and plan new flight paths. AS SEEN ON CELEBRITIES LOVE TRAVELMATH! "Travelmath is the one app I couldn't live without - it calculates all your journey timings and because I travel a lot, it's essential. Whoever invented Travelmath, I love you!" – Drew Barrymore "There's a website called Travelmath, it's really good if you're into flight times." – Blake Griffin DIRTIEST PUBLIC TRANSIT See the research from our Travelmath study on public transportation hygiene. How does the New York subway rank against Chicago, DC, SF, and Boston? Read the full study! GERMIEST HOTEL ROOMS See even more research from our Travelmath study on hotel hygiene. Spoiler alert: Don't turn on the TV... Read the full study! TRAVEL TOOLS Flight Time Closest Airport Driving Time Driving Distance Cities Nearby Halfway Point Time Difference Cost of Driving Stopping Points WHAT IS TRAVELMATH? Travelmath is an online trip calculator that helps you find answers quickly. If you're planning a trip, you can measure things like travel distance and travel time. To keep your budget under control, use the travel cost tools. You can also browse information on flights including the distance and flight time. Or use the section on driving to compare the distance by car, or the length of your road trip. Type in any location to search for your exact destination. QUICK CALCULATOR From: To: CALCULATE HOW DO I SEARCH? Travel geeks can get the latitude and longitude of any airport, hotel, city, state, country, or zip code. To get started, enter your starting point and destination into the boxes above. If you want an airport, it's best to enter the 3-letter IATA code if you know it. For cities, include the state or country if possible. You can also enter more general locations like a state or province, country, island, zip code, or even some landmarks by name. CHECK PRICES From: City: round-tripone-way Check-in: Check-out: Get:vacationflighthotelcar rental SEARCH Powered by MediaAlpha Home · About · Terms · Privacy Flight Time · Closest Airport · Driving Time · Driving Distance · Cities · Halfway · Time Blog · Forum · About · Press · Terms · Privacy · Contact Update Privacy Preferences