Вопрос

This is not a really difficult question, but how do you make the whole webpage clickable? I need this for my website I want that if you click anywhere a file is downloaded.

 body {
     ifclickanywhere - download file
 }
Это было полезно?

Решение

This should work

<body onclick="window.location.href=filename">
body text
</body>
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top