<!DOCTYPE html> <html> <body> <script> document.onclick = function(){ window.location.href = 'your link here'; } </script> </body> </html>