Sorry - another question, I also need to check some other fields arent' empty too.
I guess I need to amend this line:
<input type="submit" name="submit" value="Continue to select you flight package" onclick="return isEmpty(document.getElementById('customersname'), 'Please Fill in the form...
Hi,
I'm using this code:
function isEmpty(elem, helperMsg){
if(elem.value.length == 0){
alert(helperMsg);
elem.focus(); // set the focus to this input
return false;
}
return true;
}
and:
<input type="submit" name="submit" value="Continue to select you flight package"...
Hi,
Is it possible to permanently uncheck the "attach document to history" checkbox which comes up when you print a letter?
We always write a note but never attach the document and it's an annoying extra click.
Cheers
Simon
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.