questo, minimo indispensabile, nell' head
codice:
<script type="text/javascript">
function apriPopFull(theUrl){
var pop=window.open(theUrl,'popfull','width='+screen.width+',height='+screen.height+',top=0,left=0,toolbar=0');
pop.focus();
}
</script>
Codice PHP:
<area shape=POLY coords="621,471,621,471,722,471,735,476,737,529,728,540,717,539,717,560,620,560,620,471,620,471,619,472,621,471" href="http://abcdefg.it" onclick="apriPopFull(this.href)" alt="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
prova, se non dovesse funzionare prova anche
Codice PHP:
<area shape=POLY coords="621,471,621,471,722,471,735,476,737,529,728,540,717,539,717,560,620,560,620,471,620,471,619,472,621,471" href="javascript:apriPopFull('http://abcdefg.it')" alt="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
senza trattino tra java e script:
ciao