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 gkittelson 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: *

  1. trenchy

    submit or onUnload problem with IE?

    ugh, that was it, 5.5 works fine. Cheers.
  2. trenchy

    submit or onUnload problem with IE?

    No apologies needed. Thanks for trying. Yup, the "display every error" is set and both alerts, right before and right after the submit() get displayed. Still no submit happening. I'm on IE 5.0 soooooo...I'm thinking it's a version bug. Will download and report back. Thanks again.
  3. trenchy

    submit or onUnload problem with IE?

    P.S. NotSaved get set to 1 on the onChange event of a textarea field. I've tested and it gets set properly.
  4. trenchy

    submit or onUnload problem with IE?

    Which version and platform of IE are you using?
  5. trenchy

    submit or onUnload problem with IE?

    The following works fine in NN but not in IE. Any ideas? IE gets to the submit() line but seems to ignore it. function CheckSave(){ if (NotSaved){ if (confirm("Do you wish to save your notes first?")) { NotSaved = 0; document.notes.submit(); return false; } else return false...

Part and Inventory Search

Back
Top