I have written an in network single web page containing a jquery datatable. I want to add the "href" tag to link the Terminal window based on the IP.
Below is a list of failed attempts to make this work.
W " <td><a href=""javascript:pass('"_PASS_"|"_IP_"|"_USER_"|"_PORT_"')"">Terminal</a></td>"
or
W " <td><a href=""javascript:openCMD('test')"">Terminal</a></td>"
or
W " <td><a href=""C:\\Cachesys\bin\cterm.exe /console=cn_iptcp:ip[23"">Terminal</a></td>"
W " function openCMD(ip) {"
W " var oShell = new window.ActiveXObject(""WScript.Shell"");"
W " oShell.Run(""dir *.*"");"
W "

.png)
.png)
.png)
.png)


.png)