• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Tim Cooke
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Piet Souris
Bartenders:

using a Java string array in JavaScript

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody please help ?
I would like to use a Java String array by passing it as an argument to a Javascript function. How can I go about it. I am using IE as my browser.
Thanks
Manu
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you dynamically writing the page from the java or you using an applet. IF you are dynamically writing it, you just write it into the array.
If you are suing an applet, then you can send information back and forth. It was been talked about before in the forum and a quick search will find it.
Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic