Menu

[Solved]Lets Say Two Pages About1 About2 About1 Old Page About2 New Page Functionalities Ui Diffe Q37106320

Lets say I have two pages (about1, about2). about1 is the oldpage and about2 is the new page. Both have the same functionalitiesbut with UI differences!!! about1 is the default page at thebeggining. What I want to do is to create a hyperlink and to TOGGLEbetween the two pages! The link says “Try the new page(about2)”.The user clicks the link and it goes to page about2. That meansthat everytime the user opens the web application and clicks theabout at menu is going to show page2. If the user selects page1everytime it goes to about is going to show page about1.

This is also a question that I found online. (for more info)

html5 After I click a hyperlink it stores the href intolocalstorage and everytime I saving clicked a href hyperlink intolocalstorage and redirect to same link on each visit

First need to store a href url in localstorage and visitor areto be redirected to same url which is stored in localstorage onevery visit on website until visitor clicks on another link andchanges the link.

If visitor can change link, the same process should repeat andvisitor should be redirected to the new url which is stored inlocalstorage on every visit on website until visitor can click onanother link and change link.

Expert Answer


Answer to Lets say I have two pages (about1, about2). about1 is the old page and about2 is the new page. Both have the same functi… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *