<html> <head> <script type="text/javascript"> function redirecter(){ window.location = "./vnc.html?autoconnect=true&resize=remote" } </script> </head> <body onLoad="redirecter()"> Access VNC: click <a href="./vnc.html?autoconnect=true&resize=remote">here</a>. </body> </html>