You can't directly access the
Java string in your page since the Java is executing on the server to format the page which is sent to the client.
What you
can do, is to create JavaScript strings from the Java strings that will be sent to the client as part of the page.
For example:
hth,
bear
[ February 08, 2003: Message edited by: Bear Bibeault ]