mmaginniss
Technical User
I am wondering if there is a way to use Javascript to pass a value between different pages - without creating a cookie or putting the data in a database.
For example, on page 1 I have a text input field. The user enters into the input field "ABCD". Then the user clicks a link and goes to page 2. On page 2, I want to display the text "ABCD" at the top of the page. Then, the user clicks another link and goes to page 3. I want to display the text "ABCD" at the top of page 3.
If anyone knows of a way to do this i would really appreciate any help you could provide. Thx.
For example, on page 1 I have a text input field. The user enters into the input field "ABCD". Then the user clicks a link and goes to page 2. On page 2, I want to display the text "ABCD" at the top of the page. Then, the user clicks another link and goes to page 3. I want to display the text "ABCD" at the top of page 3.
If anyone knows of a way to do this i would really appreciate any help you could provide. Thx.