sunnynosid
09-20-2011, 07:22 AM
1) How can i get values from one page to another in javscript? Like, in php we use post and $_Post methods to move the values from one page to another. In the same way how can i move data between two pages in javascript?
2) How can i get the value of prompt on another page? E.g.,
prompt("What is your name?", "");
Now, i want to get the value(i.e. answer of the question "What is your name?") and get that value to another page. How can i do this?
Any help is greatly appreciated.
2) How can i get the value of prompt on another page? E.g.,
prompt("What is your name?", "");
Now, i want to get the value(i.e. answer of the question "What is your name?") and get that value to another page. How can i do this?
Any help is greatly appreciated.