//====== //====== // // Template- multiclk_js.IHT by S.Huang 29-JAN-02 / 8-MAR-07 // // Purpose- // // Javascript code to ensure only one request is sent when // a submit button is clicked multiple times // // Notes- // // - This javascript is automatically included in all // standard Medianet IHT pages via JAVASCRIPT.IHT // // - To use, include the standard Medianet submit button in // your form, see SUBMIT.IHT. // // - onsubmit handlers already attached to the form will be // preserved, but environmentally sensitive onsubmit handlers, // such as those that use the 'this' variable to refer to // the current form, will not work correctly since the context // will be lost. // - To pass the current form object to an onsubmit handler // don't do this: // -