Use IE userdata behavior
I described how to use jStore as a client-side persistent storage in my last post. The jStore manage a number of different storage engines, such as gears and flash objects. But they all need additional downloads.
The IE browser has provide a mechanism called userdata behavior to store max 128kb data a page, 1024kb a domain. This is a portion of DHTML that suppoted by IE5 or later. Refer to this article: userData Behavior.
The userdata behavior is much like what cookie does, but it supply a much bigger storage. The data is stored in the C:Documents and SettingsUser NameUserData folder, which will be visible even if you refresh the page or re-open the IE browser. The data will always exist, unless you delete it manually or set the expire date.
Here is an example:
$(function() {
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2459/viewspace-2805229/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 說說你對IE特有的資料儲存userData的理解
- [Vue Router] Scroll BehaviorVue
- WPF MenuItem behavior MVVMUIMVVM
- WPF KeyDown MVVM Via BehaviorMVVM
- WPF Behavior InvokeCommandAction Command CommandParameter
- 重要的ui元件——BehaviorUI元件
- 【轉載】Kano Model — Ways to use it and NOT use it
- WPF ListBox scrollintoview in ViewModel via behaviorView
- nginx useNginx
- ThinkPHP3.2 中 behavior 的使用PHP
- WPF點滴(3) 行為-Behavior
- WireGuard Use Notes
- plsql use skillsSQL
- Be better to use NPMNPM
- Lua C++互動 應用例項步驟(UserData使用)C++
- 一行程式碼解決各種IE相容問題,IE6,IE7,IE8,IE9,IE10行程IE9IE10
- WPF ListBox implement autoscroll via behavior extension and SelectedItem
- [Typescript] Use Bitwise FlagsTypeScript
- [Vue] Use render functionVueFunction
- efcore This MySqlConnection is already in useMySql
- use "jsdelivr" to host fileJSVR
- IPFS_basic_use
- Use PHP7PHP
- the NTP socket is in use, exiting
- rust-quiz:012-binding-drop-behavior.rsRustUI
- Javascript 實現 Textarea 自動伸縮,相容IE6、IE7、IE8、IE9...JavaScriptIE9
- Use-After-Free漏洞
- Linux Use ODBC Connect OracleLinuxOracle
- Use Nid to Change dbname(轉)
- 嚴格模式use strict模式
- AppBuilder(一)【Use彙總】APPUI
- WPF datagrid implement multi select via behavior selectionchanged event in MVVMMVVM
- "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?APP
- IE安全系列之——IE中的ActiveX(II)
- IE安全系列:IE的自我介紹 (I)
- IE安全系列:IE的自我介紹 (II)
- 通過Behavior在RecycleView中隱藏顯示FABView
- 自定義behavior-仿華為應用市場