diff --git a/vnc_auto.html b/vnc_auto.html
index 8851605e..10b19493 100644
--- a/vnc_auto.html
+++ b/vnc_auto.html
@@ -88,6 +88,7 @@
$D('sendCtrlAltDelButton').onclick = sendCtrlAltDel;
+ document.title = unescape(WebUtil.getQueryVar('title', 'noVNC'));
host = WebUtil.getQueryVar('host', null);
port = WebUtil.getQueryVar('port', null);
password = WebUtil.getQueryVar('password', '');