Advertisement
Guest User

Untitled

a guest
Sep 16th, 2009
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.55 KB | None | 0 0
  1. <html><body>
  2.  
  3. <div>This is the visible paragraph.</div>
  4.  
  5. <a href="javascript:void(0);" id="show" onclick="document.getElementById('foo').style.display='block'; document.getElementById('hide').style.display='block'; this.style.display='none'">[ more ]</a>
  6.  
  7. <div id="foo" style="display:none">This is the additional paragraph.</div>
  8.  
  9. <a href="javascript:void(0);" style="display:none" id="hide" onclick="document.getElementById('foo').style.display='none'; document.getElementById('show').style.display='block'; this.style.display='none'">[ less ]</a>
  10.  
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement