I have two Pages of JQuery...Page1 & Page2 and I'm able to get Input In Page1
The somval=1000$
The page 1 user enters the somevalue.I have stored in Value var val=somval;
Now In second Page I need to Get the Result of somvalue in page 1. of course two pages using My1.js My2.js respectively
How to share the values from one jQuery file to other js or how to Get the value from page1 value, to page2
Any idea how to tackle this?