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