Topic awaiting preservation: eLearning course advice |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 04-21-2004 20:27
I have been tasked at my job with creating an eLearning course. I am allowed to use the following HTML, CSS, Javascript, XML. I only need to write it for IE6 compatibility. It must be able to be run from a CD with no required plug-ins. The problem I have is saving state. How can I save the session state with out server-side interaction and cookies? |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 04-21-2004 20:55
If you access xml files either from a harddrive on the local machine, or from a server(but not on a cd... must be writeable), you can use xquery to alter the original xml document from your application. |
Obsessive-Compulsive (I) Inmate From: Silicon Scally, UK |
posted 04-22-2004 16:59
Why don't you save the state using JavaScript and cookies? |