Welcome to Geeklog, Anonymous Friday, April 19 2024 @ 09:46 am EDT

Geeklog Forums

notepad phpblock


Status: offline

remy

Forum User
Full Member
Registered: 06/09/03
Posts: 162
Location:Rotterdam & Bonn
The following code can be used as a phpblock. It shows a nice and small notepad using localStorage, which is local to the Browser. [not suitable for shared machines !]
Text Formatted Code

<div>
<textarea id="gl_NotePad" placeholder="Type here, see it persist again …" rows="5" style="width:100%;"></textarea>
<script>
var glNote = document.getElementById('gl_NotePad');
glNote.onchange = function(){localStorage.setItem("geeklog",glNote.value);}
glNote.value = localStorage.getItem("geeklog");
</script>
</div>
 

Set it to display just below the user functions. Disable anonymous access.
 Quote

All times are EDT. The time is now 09:46 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content