1: 2: 3: 4: 5: 6: 7:
function checkEmpty(form, action) { if (form.promo.value != "R10") { alert("That is not the right promo code."); return false; } }