Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Applets > getObjectPlacement (webtop script and webtop tray applets)

getObjectPlacement (webtop script and webtop tray applets)

Syntax

Skip past command syntax or program codeString getObjectPlacement(String objectName)

Description

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.

Examples

Skip past command syntax or program codelaunchLoc = 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.

Related topics