Displays a JavaScript prompt on the screen
#include <GfWindow.h> virtual void runJavaScriptAlert( const char* message )
Displays a JavaScript confirmation on the screen, given a message.
Returns True if the user clicks Yes, otherwise False.
runJavaScriptPrompt(), runJavaScriptAlert()