Re: Accessing Tomcat Container(5.0) variable in JavaScript
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, October 23, 2004 07:58 AM
Maybe you need to escape the quotes, in the java string, so they come out right in the javascript when the javascript array is strings. Like,
stringarray = {""one"", ""two""}