简体   繁体   中英

Retrieving html/javascripts webpage after disconnection

Supposed my server is hosting a HTML/JavaScript page "index.html" that contains a bunch of input fields and JavaScript logics. A client comes in, browse the site for a bit, then accidentally got disconnected. Is it possible for the client to visit index.html and retrieve exactly how the user left the page, including texts in input fields and JavaScript states/variables?

Thank you.

使用Web存储API,所有现代浏览器均支持此功能: caniuse.com

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM