Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <div style="margin:20px; margin-top:5px">
  2. <div class="smallfont" style="margin-bottom:2px"><b>Hidden</b> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
  3. </div>
  4. <div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
  5. <div style="display: none;">
  6. {param}
  7. </div>
  8. </div>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement