Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xperience3
  • Content: Threads
  • Order by date
  1. xperience3

    stop a form being submitted

    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"...
  2. xperience3

    Attach document to history - permanently uncheck

    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

Part and Inventory Search

Back
Top