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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-18
|
381 b
|
16 lines
function confirmExit()
{
if (!orderSubmitted)
{
message = "";
message += "You have not yet completed your order. Leaving ";
message += "this page without pressing the order button will ";
message += "result in an incomplete order which WILL NOT be ";
message += "processed.";
return message;
}
else
return null;
}