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