ihearithurts / informant

JavaScript that spies on your forms and warns people if they try to leave a form with unsaved changes.

This URL has Read+Write access

informant / README.rdoc
100644 15 lines (8 sloc) 0.442 kb

Informant

The Informant spies on your forms and warns people if they try to leave a form with unsaved changes.

Check out the included demo.html, or learn more at: indielabs.com/entries/the-informant/

Usage

Simply include Prototype 1.6+ and The Informant.

  <script src="prototype.js" type="text/javascript"></script>
  <script src="informant.js" type="text/javascript"></script>

View informant.js for customization options.