var fDesc=new Array(); fDesc[0] = "Convert any modern web browser into an HTML5 Remote Desktop Client
ThinRDP allows you to access any application or desktop from anywhere in the world, using the device of your preference. ThinRDP takes advantage of the HTML5 Web browser technology to deliver high-performance RDP access, using only web standards like Ajax, WebSockets and JSON.
ThinRDP users can listen to the sound playing on the remote machine in real-time, map remote drives to easily exchange files between the remote machine and their portable device and even print from the remote host to the local device.
Features:
Cross-browser and Cross-OS
Chromebook, Android and iOS ready
Access RDS/VDI/App-V platforms
Full Remote Desktop Experience
Zero client setup
Secure entry point to LAN desktops
Embed ThinRDP on your Web
Active Directory integration
Manage Access Profiles"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }