Ciao a tutti,
vi espongo il problema:
Browser di test: Firefox 2.0.0.13 / ie 7
Con la semplicissima pagina qua sotto dovrei riuscire tranquillamente a visualizzare un alert giusto?
Stranamente non funziona. Non funziona neanche se provo a inserire mootools e usare domready.. Qualcuno ci ha gia' sbattuto la testa?
Grazie mille.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<script type="text/javascript">
window.addEvent('load', function() {
alert('the dom is ready');
});
</script>
</head>
<body>
[img]img/small/27832031.jpg[/img]
</body>
</html>