At the company i work we have a web page that launches a Java Applet is it possible to launch this without using a web browser
The code we are using is as follows.
<APPLET CODEBASE="classes" ARCHIVE="cst/clfull-signed.jar,cst/clhost.jar,cst/signedLaunchApplication.jar"
CODE="appls/RC90/user/Applet.class"
WIDTH=600
HEIGHT=120 MAYSCRIPT>
<PARAM name = "Cabbase" value = "cst/clfull-signed.cab,cst/clhost.cab">
<PARAM name = "DebugLevel" value = "0">
<PARAM name = "DebugTimeStamp" value = "false">
<PARAM name = "RequestProfile" value = "false">
<PARAM name = "HostScreenDisplaySize" value = "70">
<PARAM name = "UseHttp" value = "false">
<PARAM name = "CacheWindowsLRU" value = "0">
<PARAM name = "Locale_Language" value = "">
<PARAM name = "ExitPage" value = "">
<PARAM name = "HideMenus" value = "false">
<PARAM name = "HideToolbar" value = "false">
<PARAM name = "ComboFitWidth" value = "true">
<PARAM name = "ComboFitHeight" value = "true">
<PARAM name = "ButtonCursorType" value = "Hand">
<PARAM name = "HostScreenInJavaServer" value = "true">
<PARAM name = "AnimatedLogoVisible" value = "false">
<PARAM name = "UseModalPopups" value = "false">
<PARAM name = "RunInsideBrowser" value = "false">
<PARAM name = "ClientConnectionMessage" value = "Connected to ******* - Please do not close this window.">
<PARAM name = "ClientTerminationMessage" value = "Session Closed. Thank you for using *******.">
<PARAM name = "ApplicationIconSmall" value = "*******LOGO.gif">
<PARAM name = "BlinkingCursor" value = "true">
</APPLET>
i replaced private information with *******
would it be possible to create a shortcut (or launcher application) to launch this java applet?
Question
Geoffrey B. Veteran
At the company i work we have a web page that launches a Java Applet is it possible to launch this without using a web browser
The code we are using is as follows.
i replaced private information with *******
would it be possible to create a shortcut (or launcher application) to launch this java applet?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts