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

runJavaScriptAlert()

Displays a JavaScript prompt on the screen

Synopsis:

#include <GfWindow.h>

virtual void runJavaScriptAlert( const char* message )

Description:

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

Arguments:

message
The alert message to display.

See also:

runJavaScriptPrompt(), runJavaScriptConfirm()