[ic] HTML5 local storage

Jure Kodzoman jure.kodzoman at informa.si
Thu Feb 23 13:39:26 UTC 2012


Hi!

Local storage is a way of storing your data locally on users computer.
You can read more about it on: http://dev.w3.org/html5/webstorage/
The main benefit is if user doesn't fill out the form completely and 
leaves the page, form will still be prefilled when he comes back to the 
site.

I've attached an IC tag that supports local storage.

just call it with [local-storage fields="comment fname lname"] and it 
will store these 3 fields.
fields should look like:

<inputid="fname"type="text"value=""name="fname">

meaning they have to have both ID and NAME filled and they have to be 
the same.
hope you can find some use for this tag.

regards,
jure

-- 
Jure Kodzoman

Informa Studio d.o.o. - Internet Marketing Company
Zadobrovška cesta 75
SI-1000 Ljubljana, Slovenia
+386 59 066 336
http://www.informastudio.com


----
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager. Please note that any views or opinions presented in this
email are solely those of the author and do not necessarily represent
those of the company.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: local_storage.tag
URL: <http://www.icdevgroup.org/pipermail/interchange-users/attachments/20120223/cdbefb0d/attachment.ksh>


More information about the interchange-users mailing list