home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap16 / dun16_9.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  381 b   |  16 lines

  1. function confirmExit()
  2. {
  3.   if (!orderSubmitted)
  4.   {
  5.     message = "";
  6.     message += "You have not yet completed your order. Leaving ";
  7.     message += "this page without pressing the order button will ";
  8.     message += "result in an incomplete order which WILL NOT be ";
  9.     message += "processed.";
  10.  
  11.     return message;
  12.   }
  13.   else
  14.     return null;
  15. }
  16.