Link to article: good_vibrations’ Author Page.
:scp-wiki:component:license-box
:scp-wiki:component:license-box-end
__SCPs:__ [[[scp-7164]]] [[[scp-7204]]] [[[scp-7675]]] __Tales:__ [[[orange-colored-sky-1]]] [[[orange-colored-sky-2]]] [[html]] <!DOCTYPE html> <html> <head> <script> function clickCounter() { if (typeof(Storage) !== "undefined") { if (localStorage.clickcount) { localStorage.clickcount = Number(localStorage.clickcount)+1; } else { localStorage.clickcount = 1; } document.getElementById("result").innerHTML = "You have clicked the button " + localStorage.clickcount + " time(s)."; } else { document.getElementById("result").innerHTML = "Sorry, your browser does not support web storage..."; } } </script> </head> <body> <p><button onclick="clickCounter()" type="button">Click Me!</button></p> <div id="result"></div> <p>Click the button to see an integer increase.</p> </body> </html> [[/html]] [[include :scp-wiki:component:license-box |author=good_vibrations]] [[include :scp-wiki:component:license-box-end]]