過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > getValue (フレームワークアプレット)

getValue (フレームワークアプレット)

構文

過去のコマンド構文またはプログラムコードのスキップString getValue(String key)

説明

The getValue method returns general information matching the key string.

過去のコマンド構文またはプログラムコードのスキップ<SCRIPT Language="JavaScript">
function getvalue(key)
{
   value = document.applets[0].getValue(key);
   alert("The value is: " + value);
}
</SCRIPT>

Defines a function that displays a dialog showing the value of an arbitrary key stored with the framework applet.

Note that the framework applet must be present in the same web page as the getvalue method.

関連トピック