Re: [svg-developers] lost variables

2005-06-22 Thread Erwan TROEL
the cookie seems to disappear when moving to an other page - Original Message - From: sidonie To: svg-developers@yahoogroups.com Sent: Tuesday, June 21, 2005 4:24 PM Subject: Re: [svg-developers] lost variables Try : window.document.cookie=repPDV= + repPDV

[svg-developers] lost variables

2005-06-21 Thread Erwan TROEL
i have two listboxs: the first one create a cookie and move to an other page, the second one should give a message alert with the cookie but it doesn't work: message error: uncaught exception: SOMException 3: Parameter type mismatch: 1] my code: if (this.sLnrSelectList == 4) { //redirection

Re: [svg-developers] lost variables

2005-06-21 Thread sidonie
Try : window.document.cookie=repPDV= + repPDV; - Original Message - From: Erwan TROEL [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Tuesday, June 21, 2005 9:40 AM Subject: [svg-developers] lost variables i have two listboxs: the first one create a cookie and move