onclick="if (typeof zamanux = 'undefined') {document.getElementById('zam').style.right='-75px';}; I am inexperienced ... I cannot understand where I am ... tell me without if it works fine
onclick="if (typeof zamanux = 'undefined') {document.getElementById('zam').style.right='-75px';}; I am inexperienced ... I cannot understand where I am ... tell me without if it works fine
It seems everything is written correctly. And what's actually wrong?
You can still try this:
if (zamanux == undefined) ... or
if (zamanux == null) ... Source: https://ru.stackoverflow.com/questions/41262/
All Articles