localStorage like storage alternatives for HTA

前端 未结 3 1019
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 20:16

I am developing a HTA application, for that I need to store some data at client side using JavaScript. Like localStorage in HTML5, I am just looking for same functionality i

3条回答
  •  时光取名叫无心
    2020-12-10 20:32

    I'm not sure if it still works with newer IE versions (>6), but you can try the FileSystemObject ActiveX component.

提交回复
热议问题