sendPopupHtml function
This topic describes the sendPopupHtml function.
The sendPopupTable command displays a pop-up window on the desktop of the operator.
HTML <a> tags may be used within the HTML to specify actions that are taken. The general form of an action is action_type:parameters. The following table describes the valid actions that may be specified within the href attribute of an <a> tag.
Table 1. Valid actions
Action Prefix | Description | Example |
---|---|---|
os_command | Runs a desktop application | os_command:notepad C:/Users/someuser/Desktop/notes.txt |
start_emulator session_viewer | Starts a CCS emulator for a session | start_emulator:CON001 |
send_command | Sends a command back to the console session | send_command:D T |
filter | Filters messages on a session | filter:CON012 |
browser | Opens a browser to the URI | browser:http://www.bmc.com |
start_tn3270emulator | Starts a TN3270 emulator to the given host | start_tn3270emulator:IBM-3278-4-E,ioc2.bmc.com,,23 |
send_rdl_command | Runs the RDL2 function on the server. This is the same as typing 'do function' from the input field | send_rdl_command:someFunction /'Hello World/' |
- Action-detail-notes This topic describes the Action detail notes.