function doCheck() { var airportSelect = document.getElementsByName('airportID'); var airportID = airportSelect[0].options[airportSelect[0].selectedIndex].value; if (airportID == '') { alert('Please, select a city.'); return; } var referredBy = '99'; var url = "http://www.parksleepfly.com/index.php?airportID=" + airportID + "&referredBy=" + referredBy; url += "&trackID=" + "ActBan1"; window.location.href = url; } document.write(''); document.write(''); document.write('
'); document.write(''); document.write('Select City of Departure
'); document.write('
'); document.write(''); document.write('
');