Question
· Aug 28, 2024

OPEN A TERMINAL WINDOW VIA HREF TAG IN HTML

? 4 U:

IS THERE A WAY TO OPEN THE TERMINAL WINDOW WITH INTERNAL IP AND NAMESPACE FROM HREF TAG IN AND HTML 

i KNOW I CAN CALL ON THE MANAGEMENT PORT VIA A HREF TAG:

<td><a href=""http://"_IP_":57773/csp/sys/exp/%25CSP.UI.Portal.GlobalList.zen?$NAMESPACE="_USER_"&$NAMESPACE="_USER_" id=""rr"" onclick='selectedRow()' target='_blank'>Portal</a></td>"

BUT WHATEVER I TRIED, JAVASCRIPT OR ANYTHING ELSE I CAN'T OPEN A TERMINAL WINDOW

<td><a href="??????????????????"">Terminal</a></td>

Product version: Caché 2013.1
Discussion (2)2
Log in or sign up to continue

Hi,

you need a URI protocol for it in the Windows-installation. E.g. "mailto:mail@mail.com" opens the known mailprogram in windows (if any). If you define that you can call e.g. "cacheterm://namespace" that would start the Caché Terminal with defined Namespace.

An example is here: https://dev.to/avinash_tare/how-to-create-own-url-protocol-in-windows-42bj

If this is the solution you want, can't tell. It would be better to have Webterminal installed (IRIS).