Possible Duplicate:
jQuery mobile passing parameter from one page to another
I need to pass values from one page html to another html page. what is the best way to pass the value. can anyone explain me how to achieve this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can pass the variables through forms, urls and session. You can use all the methods you use in existing web applications to pass data from 1 page to another. or you can utilize the local storage of HTML5 which is a modern and faster way of storing the secure data
You can find more information about HTML5’s local storage on the following link
http://www.w3schools.com/html5/html5_webstorage.asp