Disable function (javascript)
function toggleDisabled() {
el = document.getElementById ('MainDiv');
el.style.visibility = 'hidden';
}
Disable function (html)
<html>
<body>
<div id=MainDiv> Good Job </div>
</body>
</html>
0 意見:
張貼留言