input(Ver2.11対応版)
IndexScriptGlobal method− input

input( str1, str2 )
Show input dialog.(V1.46)
str1 is the message text.
str2 is the default content of the input field.
The return value is the string entered.
パラメータ1(文字列型)
メッセージを指定します。

パラメータ2(文字列型)
入力欄のデフォルト内容を指定します。

返り値(文字列型)
入力された文字列を返します。
キャンセルされた場合はundefinedになります。