I see a couple of issues here. First the definition for myfonc is incomplete and has a typo in it.
function myfonc()
{
document.write("j:",j); // not ok, j undefined
document.write("toto:",toto); // not ok, toto undefined
}
notice the function and that I removed an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.