Yine en pratik çözüm
window.open fonksiyonunu kullanmak.
<style>
#resim {
background:url(resim.png) no-repeat;
width:150px;
height:150px;
cursor: pointer;
}
</style>
.
.
<
div id="resim" onclick="window.open('sayfa.
PHP')"> </
div>
İyi çalışmalar.