Grand Mamamouch
26th November 2004, 04:51 AM
Hi !
Could you tell me why the onclick way works and not the direct way ?
Thanx.
<script type="text/Javascript">
window.open('http://www.epita.fr')
</script>
<a
onclick=window.open('http://www.epita.fr')
>
ryrtutsdfur
</a>
Could you tell me why the onclick way works and not the direct way ?
Thanx.
<script type="text/Javascript">
window.open('http://www.epita.fr')
</script>
<a
onclick=window.open('http://www.epita.fr')
>
ryrtutsdfur
</a>