Perché questo codice non funziona? Sto usando FF.getElementById e null - perché?
<head>
<script type="text/javascript">
document.getElementById("someID").onclick = function(){
alert("Yahooo");
}
</script>
</head>
<body>
<a href="#" id="someID">someID</a>
</body>
</html>
Sto ottenendo errore javascript getElementById è uguale a null.
OMG! Facepalm. Grazie :) – lunar