Hi can you please tell me the syntax of calling these functions. I tried to
do the following.
var $cookieName = "arrCookie" //Assuming this is the cookie name
where the value of the cookie is been set like in my case value should be
array of objects?.
1>> how to set value of this cookie ?
Vijay,
I answered your question in your other posting.
On 9/25/07, Potluri <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi,
> I'm having trouble storing array of objects into cookie like
> var arr = [];
> arr.push({index:1,name:"vijay"});
> arr.push({index:2,name:"krish"});
>
> When I'm trying to store ar
2 matches
Mail list logo