Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/367.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/270.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 从您的网站打开Teamviewer_Javascript_Php_Html_Api_Teamviewer - Fatal编程技术网

Javascript 从您的网站打开Teamviewer

Javascript 从您的网站打开Teamviewer,javascript,php,html,api,teamviewer,Javascript,Php,Html,Api,Teamviewer,有人知道是否可以从您的网站打开teamviewer会话吗? 我在桌上找到了一些Teamviewer ID。如果我能从我的网站上打开笔记本电脑上的teamviewer,那就太好了。单击表中的Teamviewer ID 建议 如果安装了TeamViewer(而且由于TeamViewer在安装过程中在Windows中注册了自定义URI方案),您只需创建一个链接即可让浏览器启动客户端。两种方法: 直接链接 它直接使用自定义URI方案: teamviewer8://remotecontrol?connec

有人知道是否可以从您的网站打开teamviewer会话吗? 我在桌上找到了一些Teamviewer ID。如果我能从我的网站上打开笔记本电脑上的teamviewer,那就太好了。单击表中的Teamviewer ID


建议

如果安装了TeamViewer(而且由于TeamViewer在安装过程中在Windows中注册了自定义URI方案),您只需创建一个链接即可让浏览器启动客户端。两种方法:

直接链接

它直接使用自定义URI方案:

teamviewer8://remotecontrol?connectcc=[TargetComputerId]
指向TeamViewer网站的链接

它将检查TeamViewer是否已安装,如果未安装,则下载安装程序。 如果安装了TeamViewer,它将启动TeamViewer客户端

https://start.teamviewer.com/device/[TargetComputerId]/authorization/password/mode/control
注释

  • 这两个链接都可以在
    标记或
    窗口中使用。location=
    JS命令
  • 浏览器将要求您确认打开外部应用程序

唯一的方法是使用javascript,如果可能的话,我们所有的电脑都将成为最先攻击我们的黑客的奴隶。我想你弄错了。我在一家公司工作,我们负责200多台电脑。我们都有Teamviewer ID,并且都设置为无人值守访问。我们知道密码的地方。我制作了一个简单的控制面板,将所有teamviewer ID构造为主机名的。。我有一张桌子,上面有al笔记本电脑和他们的teamviewer ID。我希望当我单击Teamviewer ID时,它会打开我的Teamviewer,以连接该ID。就像您在Teamviewer管理控制台中所做的一样。。请注意,您可以通过执行以下操作从浏览器访问teamviewer:
window.location=teamviewer8://remotecontrol?connectcc=/code>@RiggsFolly这不是重复的。Giels Evens没有要求打开任何软件,只是要求打开Teamviewer。如果计算机上安装了TeamViewer,则可以在浏览器中使用正确的URL启动本地客户端。我想发布并回答,因此请重新评估您的
重复标记。是否有任何方法使用
teamviewer8://remotecontrol?connectcc=[TargetComputerId]
和IP地址,我处于VPN连接中,没有Internet我发现它
tvcontrol1://control?设备=[IP或computerId]