Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

runJavaScriptConfirm()

Displays a JavaScript prompt on the screen

Synopsis:

#include <GfWindow.h>

virtual void runJavaScriptAlert( const char* message )

Description:

Displays a JavaScript confirmation on the screen, given a message.

Arguments:

message
The confirm message to display.

Returns:

Returns True if the user clicks Yes, otherwise False.

See also:

runJavaScriptPrompt(), runJavaScriptAlert()