Disable or enable button
Posted: Sat Jan 12, 2013 4:57 pm
When I load my startScreen i use this function
document.getElementById("button").disabled = true;
It was working correctly first time when i tested but after that it does not work and when i start testing there is a gray screen.
What is wrong with that function? Is there another solution to disable or enable button?