/ Published in: Other
Expand |
Embed | Plain Text
query = document.location.search.toQueryParams(); for(i in query ){ setCookie(i,query[i],365); }
You need to login to post a comment.
yisreldov on 01/27/10
javascript textmate prototype querystring cookies
query = document.location.search.toQueryParams(); for(i in query ){ setCookie(i,query[i],365); }
You need to login to post a comment.