Hello, I have some documentation I want to make available via CD and want to use some JavaScript to enhance it. I am finding that I cannot use cookies (to manually track sessions) etc.
Here are my questions:
1. Can you confirm that cookies are only available interacting with a web server?
2. If cookies require a web server, any ideas on how to have a variable keep it's value when going from one page to another without using a web server?
3. Using JavaScript can I load just an image from the same page without refreshing the page?
Thanks for your time,
Michael
Here are my questions:
1. Can you confirm that cookies are only available interacting with a web server?
2. If cookies require a web server, any ideas on how to have a variable keep it's value when going from one page to another without using a web server?
3. Using JavaScript can I load just an image from the same page without refreshing the page?
Thanks for your time,
Michael