質問

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