Displays an alert box with a message and an OK button in the M-Business Client browser.
PODSWindow
void alert(PODSString msg);
window.alert(msg)
void PODSalert( PODSWindow* window, PODSString msg );
window The PODSWindow
object.
msg [in] The message to display in the dialog.
None
Use to display a message that does not require a user decision.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |