Your double quotes inside of your pound signs should not make a difference
if they're part of a function.  Is the JavaScript nested inside of a
CFOUTPUT?

---
Billy Cravens

----- Original Message -----
From: "Gilbert Midonnet" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, 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/bbb.cfm?PDFPath=#URLEncodedFormat("ccc/ddd")#&PDFName=#URLEncodedFormat
> ("eee.pdf") ';
>
>
> and make the new statement:
>
> if a
> {
> cellstart + ahrefStart + encodeStart + 'summary' + getYear + '_' +
> getMonth + '_' + ...
> }
>
> however it's not reading correctly. If I remove the " it reads the
ccc/ddd.
> If I leave it, it doesn't. ????  But it works elsewhere
>
> var cellStart = '<a href="';
>
> I've tried every combination I can think of. Has anybody come across a
> problem like this?
>
> TIA
>
> gilbert midonnet
>
>
>
>
>
> --------------------------------------------------------------------------
--
> ----------------------------------------------------
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally
> privileged information. No confidentiality or privilege is waived or lost
by
> any mistransmission. If
> you receive this message in error, please immediately delete it and all
> copies of it from your
> system, destroy any hard copies of it and notify the sender. You must not,
> directly or indirectly,
> use, disclose, distribute, print, or copy any part of this message if you
> are not the intended
> recipient.
>
>
>
> 
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to