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