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

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

構文

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

説明

The removeValue method removes general information matching the key string. removeValue returns the value specified by key.

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

Defines a function that removes a key and value stored with the framework applet.

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

関連トピック