I have two pages takename.html and givename.html. On the first page there is an input in which the user writes the first and last name (in one input) then there is a button for switching to another page (givename.html) where the p tag exists. The essence of the problem is that with input you need to transfer the value to the p tag. Given that these are different pages.
- Here is a solution to a similar problem. Stackoverflow.com/questions/487362 - Rustam Gimranov
- Thank you, right now I will look - Yegor Burdzyakovsky
|