Creating a bookmark to bypass the logon window
Creating a bookmark that automatically starts a host session
Creating a desktop icon for a bookmarked session
A security warning window may appear while you are using Host On-Demand. The content of the window depends on your browser. The purpose of the window is to tell you that Host On-Demand was created by International Business Machines and to ask whether you trust it. You must click Grant or Yes to continue. To stop the window from reappearing, click:
The next time you want to start Host On-Demand, use the bookmark you created. The session starts without having to logon.
Anyone with access to your workstation can use the bookmark you created to logon to Host On-Demand with your ID. |
Choose Run in a window to run the Host On-Demand session in a window separate from your browser. This means that you can move and re-size the session window independently of the browser window and that the host session remains visible if you browse other Web sites.
Choose Run in an HTML page to run the Host On-Demand session as an HTML page embedded in your browser window. This means that the host session runs within the browser window and that you cannot move or resize it independently. If you browse another site, the session remains active but you cannot see it until you return to it (with the browser's Back button). Sessions bookmarked as Run in an HTML page do not have a menu bar.
The next time you want to start Host On-Demand, use the bookmark you created.
|
Your browser probably lets you select it as your default browser. If you create a desktop icon with that browser, and later make another browser the default, the icon you created to start Host On-Demand may not work.
You cannot use bookmarks to launch sessions on locally-installed clients.
When creating bookmarks to launch sessions, Host On-Demand assumes that access to the browser is secure. If a browser contains a bookmark that bypasses the logon process, any person with access to the browser can use that bookmark to access Host On-Demand.
Some Web servers do not support Host On-Demand's bookmarking feature. When you attempt to load a client from one of these servers, the following message appears: Error 501 (Sorry, this server does not perform searches).
This problem has been observed on the following Web servers:
To avoid this problem, edit the client HTML file (HOD.html, for example) and add the following parameter:
<param name=bookmarking value="false">
Although the client will now load properly, users will not be able to use the bookmarking feature for their sessions.
If you are using the cached client, the procedure for disabling the bookmarking feature is different from that used with other clients. To disable bookmarking, do the following:
var enableBookmarking = true;
var enableBookmarking = false;
If more than one user creates bookmarks with the same browser, users cannot switch between the bookmarked sessions without closing the browser and restarting it. If a user logs on with a bookmark and then attempts to load another user's bookmark, the client will not load properly. To avoid this problem, log off, close the browser, and then restart it if you want to log on again using another user's bookmark.