View Single Post
Old 08-08-2008, 02:50 PM   #116
RickyMaveety
Holy S**T!!!
RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.
 
RickyMaveety's Avatar
 
Posts: 5,213
Karma: 108401
Join Date: Jun 2008
Location: San Diego, California!!
Device: Kindle and iPad
Quote:
Originally Posted by tirsales View Post
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????
RickyMaveety is offline   Reply With Quote