I had a similar problem. I'm not sure what element you are working with
but to get around the problem with table cells (TD object) I had to set
filtering off for the specific element that is receiving the string that
has embedded quotes.
So:
TD tCol = new TD().setFilterState(false);
tCol.addElement("\"skippy\"");
is the way I would do this but for your case I would use setFilterState for
the particular ECS object you are working with.
Michael Wilson
Software Engineer
SONY PICTURES IMAGEWORKS
9050 W. Washington Blvd. Culver City, CA 90232
phone: (310) 840-8469
cell: (310) 463-1514
pager: (310) 298-6316
email: [EMAIL PROTECTED]
-----Original Message-----
From: Andrew Mercer [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, January 20, 2000 8:06 AM
To: [EMAIL PROTECTED]
Subject: Comments in javascript
Hi,
How can you ensure that double speach marks appear correctly when inserting
Javascript into ECS generated html?
I enter for example: "\"status=yes, resizeable=yes\"" in my code wanting
the
following to appear: "status=yes, resizeable=yes" in the html, but get
instead:
"status=yes, resizeable=yes" because ECS has redifined them.
Thanks
---------------------------
Andrew Mercer
Sundayta Ltd
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]