Potresti postare un mini-esempio? Un codice del genere
produce il risultato atteso.codice:<html> <script> function g() { alert("g()"); } window.onload = function() { g(); } </script> <body> </body> </html>
Potresti postare un mini-esempio? Un codice del genere
produce il risultato atteso.codice:<html> <script> function g() { alert("g()"); } window.onload = function() { g(); } </script> <body> </body> </html>