Dont be confident when
someone tells you they
like you,
the real question is…
"Untill when..?" because
just like seasons,
PEOPLE TOO CHANGE function show() { document.getElementById("result").innerHTML=localStorage.clickcount; } function clickCounter() { if(typeof(Storage)!=="undefined") { if (localStorage.clickcount) { localStorage.clickcount=Number(localStorage.clickcount)+1; } else { localStorage.clickcount=1; } document.getElementById("result").innerHTML=localStorage.clickcount; } else { document.getElementById("result").innerHTML="Sorry, your browser does not support web storage..."; } }
VOTE
someone tells you they
like you,
the real question is…
"Untill when..?" because
just like seasons,
PEOPLE TOO CHANGE function show() { document.getElementById("result").innerHTML=localStorage.clickcount; } function clickCounter() { if(typeof(Storage)!=="undefined") { if (localStorage.clickcount) { localStorage.clickcount=Number(localStorage.clickcount)+1; } else { localStorage.clickcount=1; } document.getElementById("result").innerHTML=localStorage.clickcount; } else { document.getElementById("result").innerHTML="Sorry, your browser does not support web storage..."; } }
VOTE
0 comments:
Post a Comment