View Single Post
Old 05-07-2010, 08:19 PM   #28
Barnes
Franchise Player
 
Barnes's Avatar
 
Join Date: Aug 2005
Location: Violating Copyrights
Exp:
Default

Local Web storage is HUGE.

http://www.w3.org/TR/2009/WD-webstorage-20091222/

<label>
<input type="checkbox" onchange="sessionStorage.insurance = checked">
I want insurance on this trip.
</label>




if (sessionStorage.insurance) { ... }


Even a graphics slug like me can understand this.
Barnes is offline   Reply With Quote