Quote:
Originally Posted by tirsales
BTW: The following JS-Code (among others) would work:
Code:
if (this.parentNode.parentNode.getElementsByTagName('div')[6].style.display != '') {
this.parentNode.parentNode.getElementsByTagName('div')[6].style.display = '';
this.innerText = '';
this.value = 'Hide';
} else {
this.parentNode.parentNode.getElementsByTagName('div')[6].style.display = 'none';
this.innerText = '';
this.value = 'Show';
}
The original "addressing" is wrong.
|
Yipes!! How did the Hogfather turn into this????