Friday, February 06, 2004

JS Technique (DHTML)

node.style.display = (node.style.display == 'block') ? 'none' : 'block';