You are missing your single quotes around the cookie value.

Notice that the following works.

document.cookie = 'c#attributes.containerid# = yes';

However, the following does not.

document.cookie = cokname + "=" 'no;';
document.cookie = cokname + "=" + escape(value) + expString;

HTH,

Mike
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to