When a user selects the CANCEL ORDER button, I present a JavaScript
confirmation window to capture the confirmation from the user. This is done
in the Web Event for the CANCEL ORDER button. If the user cancels the
request, I want simply show the page as it was when the CANCEL ORDER
button was pressed.
When I try the following:
if (getDisplayFieldValue("hdJSConfirmBox").stringValue().equals("No"))
{
return load("pgDisplayOrder");
}
the web browser just keeps processing and never returns the page. If I load a
different ND page,
it comes back quickly. Is there something else I need to do to re-display the exact
same page?
Also, in lieu of loading the page, I've tried return(SKIP), return(PROCEED), and
return(STOP) and
all of these return a blank HTML page.
Thanks,
Alan Turner
Frito-Lay, Inc.
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]