I ́m trying to use 2 storage variables "ciclo" and "formahoja" but is not working. Here mi screens, any idea?
Any idea?
Don't map both variable to the where parameter. Instead, use:
localStorage.getItem("STORAGENAME");
to reference one in the mapping from the other storage. So in other words, just one mapping, using "value" to refer to that storage variable, and the above code to refer to the other variable.
It works!! Thanks
You are welcome. Glad it works.