hehe,
<script>
function checkIt(){
   if(window.event.altKey&&window.event.button=1)window.open('www.csdn.net','','width=640,height=500,scrollbars')
}
</script>
<img src="http://www.csdn.net/images/csdn.gif" onclick="checkIt()">