Either:
Code:
alert("You will be redirected to the Flight Search screen.");
window.location="airbook.asp";
or
Code:
confirm("You will be redirected to the Flight Search screen.");
window.location="airbook.asp";
depending on what style of message box you want.
--
Joe (
Microsoft MVP - XML)