Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to show a html page only once

if (localStorage.getItem("visited")) {
    window.location.href = "webPlatform.html";
}
localStorage.setItem("visited", "true");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #show #html #page
ADD COMMENT
Topic
Name
7+4 =