Answer the question
In order to leave comments, you need to log in
How to make sure that information from one page is transferred to others?
I need to pass information from one page to another. Below is the code, how can I make the information that is entered into the form be transferred to other pages in addition to the main page? I need to transfer information from one page to others. Below is the code, how to make the information that is entered into the form transmitted in addition to the main page to others?
The code itself is provided in the photos:
Answer the question
In order to leave comments, you need to log in
This is how you write data:
localStorage.testovik = 'Здесь данные, которые ты хочешь сохранить...';
infa = localStorage.testovik;
console.log(infa); // Выводим в консоли
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question