Store variables from HTML code

Hi, I have insert my HTML code through iframe in a single page and I want to display a variable from this code in another page. I used storage API but it didn’t worked. Can you please help me?Thank you!

Hey,
You should firstly use messaging to send information from the HTML component to the page and than use the setItem & getItem of the storage API.

Good luck!
Tal