Tagged Questions
2
votes
6answers
1k views
Why can't I disable this XUL menuitem?
I'm at my wits end, and it's probably something really simple.. But I've got basically this code:
var menuitem = document.getElementById('mymenuitem');
alert(menuitem);
alert(varImChecking == null);
...