|
function prompt( ?message : String = "", ?default_ : String = "" ) : String;
|
|
function prompt( ?message : String = "", ?default_ : String = "" ) : String;
|
|
Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.
|
|
Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.
|