You can add the onclick for JavaScript into the div.
<div onclick="location.href="https://stackoverflow.com/questions/2188272/newurl.html";"> </div>
EDIT: for new window
<div onclick="window.open("https://stackoverflow.com/questions/2188272/newurl.html",'mywindow');" style="cursor: pointer;"> </div>