Re: Save stack in HTML5

2020-03-29 Thread Sean Cole (Pi) via use-livecode
Colin, Sorry I didn't even notice your message til just now. For persistent data, you're going to need some form of storage. Usually, websites utilise cookies. This is the more security-conscious way of handling it, depending on the data of course. w3school.com/js/js_cookies.asp has good

Save stack in HTML5

2020-03-27 Thread Colin Holgate via use-livecode
I made progress getting the basic stack going, the main hold ups were ‘wait' and 'the system date', neither of those work. What approach is needed if the stack has text entry that you want to persist when the page is reloaded? Save this stack seems not to work.