I am looking for a way to handle cookies with javascript between html pages in my WWB project and wondered how others here do this?
For example, I've just been looking at the Mozilla Simple Document Cookie Framework
https://developer.mozilla.org/en-US/doc ... _framework
It looks good but I have not yet successfully got it to work.
Any comments, suggestions or examples of how you deal with cookies in your WWB projects would be much appreciated.
Thanks in advance,
David
Javascript cookie creation and re-use between WWB project pages
Re: Javascript cookie creation and re-use between WWB project pages
Note that working with cookies in WWB does not work any different then in other web design tools. WWB generates standard HTML code.
So basically you can use the same code as in the examples you have found.
So basically you can use the same code as in the examples you have found.
Re: Javascript cookie creation and re-use between WWB project pages
Thanks Pablo, I just got it going. I've been sitting in front of my screen for too long and neglected to upload cookies.js. No wonder it wasn't working!
All the Best,
David
All the Best,
David