Secure Global Desktop Administration Guide > Applets > getObjectPlacement (webtop script and webtop tray applets)
String getObjectPlacement(String objectName)
Returns a string representing where the application will be launched. This string can be "mainbrowser", "multiplewindows", "newbrowser", "awtwindow", "localx" or "kiosk".
objectName is the full TFN name of an application on the user's webtop.
This method can be used with either the webtop script applet or the webtop tray applet.
launchLoc = applet.getObjectPlacement(".../_ens/o=Indigo Insurance/ou=Finance/ou=Administration/cn=Phone List"); alert("The application launch location is: " + launchLoc);
Displays a dialog indicating where the application will be launched.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.