onclick à la page suivante en html
<!DOCTYPE html>
<html>
<body>
<script>
document.onclick = function(){
window.location.href = 'your link here';
}
</script>
</body>
</html>
JULIO DIAZ GARCIA