网页发布tightvnc访问方式

Windows 客户端专用

注册表注册tvnviwer协议

  • vi tvnviwer.reg
[HKEY_CLASSES_ROOT\tvnview]
@="URL:TVNVIEW"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\tvnview\DefaultIcon]
@="C:\\Program Files\\TightVNC\\tvnviewer.exe"
[HKEY_CLASSES_ROOT\tvnview\shell]
[HKEY_CLASSES_ROOT\tvnview\shell\open]
[HKEY_CLASSES_ROOT\tvnview\shell\open\command]
@="C:\\Program Files\\TightVNC\\tvnviewer.exe"
  • 直接运行注册到本机

编辑html网页支持tvnviewer协议


<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  <html xmlns="http://www.w3.org/1999/xhtml">  
  <head>  
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />   
  </head>   
    <body>  
        <div>   
							<a rel="nofollow" href="tvnview://192.168.0.1"> vncview01  </a>
							<a rel="nofollow" href="tvnview://192.168.0.2"> vncview02  </a>  
       </div> 
     </body>
 </html>