
Passing variables from one web page to another web page using JavaScript
There are several solutions available:
1) Cookies
2) If you an ASP author, you may pass it via the URL, like ".../file.asp?a=10
3) Check out this (purely client-side solution, IE-sepecific, though):
Discardable Properties for Your Web Pages in Internet Explorer 4.0 and 5.0",
http://www.microsoft.com/workshop/author/script/persist/persist.asp
--
Regards,
Andrew "Captain" Cerebrum, Mead & Company
SBN article on printing:
http://www.microsoft.com/workshop/author/script/dhtmlprint.asp
Free ScriptX control:
http://www.meadroid.com/scriptx/
Innovative WebBrowser extensions:
http://www.meadroid.com/wpm/
I am trying to pass variables from one page to another I am able to pass the
variables using a hyperlink with a ? and then the variables but I have not
been able to use those variables within my JavaScript on my new page? If
you have any ideas please let me know.
David Staskiewicz