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

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

構文

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

説明

The addValue method is used to store general information. value is the information to store; key is its name.

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

Defines a function that allows you to store arbitrary information within the framework applet.

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

関連トピック