javascript escape sequence problem -- thx

2001-12-21 Thread Gilbert Midonnet
to that point. It was a learning experience. :-) -- gilbert midonnet -Original Message- From: Gilbert Midonnet [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 11:21 AM To: CF-Talk Subject: RE: javascript escape sequence problem yes, the js is inside of a cfoutput

javascript escape sequence problem

2001-12-20 Thread Gilbert Midonnet
I have a javascript that I'm trying to embed some CF into its an if-else if a { cellStart + ahrefStart + 'summary' + getYear + '_' + getMonth + '_' + ... } I want to add a piece of code [see below] var encodeStart =

Re: javascript escape sequence problem

2001-12-20 Thread BILLY CRAVENS
, December 20, 2001 9:44 AM Subject: javascript escape sequence problem I have a javascript that I'm trying to embed some CF into its an if-else if a { cellStart + ahrefStart + 'summary' + getYear + '_' + getMonth + '_' + ... } I want to add a piece of code [see below] var encodeStart = 'aaa

RE: javascript escape sequence problem

2001-12-20 Thread Gilbert Midonnet
yes, the js is inside of a cfoutput -- and no, the double quotes should not make a difference. -Original Message- From: BILLY CRAVENS [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 10:52 AM To: CF-Talk Subject: Re: javascript escape sequence problem Your double

Re: javascript escape sequence problem

2001-12-20 Thread Don Vawter
Subject: RE: javascript escape sequence problem yes, the js is inside of a cfoutput -- and no, the double quotes should not make a difference. -Original Message- From: BILLY CRAVENS [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 10:52 AM To: CF-Talk Subject: Re

RE: javascript escape sequence problem

2001-12-20 Thread Gilbert Midonnet
I'm going to try that now. thx Just looked it up in the rhino book -- looks like it might do the trick. -- glm -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 11:36 AM To: CF-Talk Subject: Re: javascript escape sequence problem If I