Secure Global Desktop Administration Guide > Applets > removeValue (framework applet)
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.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.