Inviato da
inva il Mar, 11/01/2011 - 12:30
Full story:
<script>
function clickBg(e) { evt = e || window.event; if (e.target) targ = e.target; else if (e.srcElement) targ = e.srcElement; if (targ.nodeType == 3) targ = targ.parentNode; if (targ.id == 'body') window.open('http://www.google.com/'); }
</script>
Some content with a
link in it.