">
|
function checkOut() {
if (!document.sub.name.value) {
alert('Please fill out your name');
document.sub.name.focus();
} else if (!document.sub.email.value) {
alert('Please provide an e-mail address');
document.sub.email.value='';
document.sub.email.focus();
} else if (document.sub.email.value.indexOf('@') < 1) {
alert('Not a valid e-mail address');
document.sub.email.value='';
document.sub.email.focus();
} else if (document.sub.email.value.indexOf('.') < 1) {
alert('Not a valid e-mail address');
} else {
document.sub.submit();
}
}
Take a moment to fill out the form below, and you'll automatically get news of upcoming events, specials, and promotions along the Texas Eagle network. NOTE: Your address will not be exchanged with any non-Amtrak entity without your permission. We respect and value your privacy. |