Subj : Re: Tutorial on using Liveconnect? To : netscape.public.mozilla.jseng From : "Mark Turansky" Date : Wed Oct 15 2003 04:00 pm I may be way off base here, but I thought that LiveConnect was Javascript's ability to interface with java. If so, using Rhino it is as easy as a script like this: var hash = new java.util.Hashtable(); //note it is a 'var' and not strongly typed var myobj = new Object(); hash.put(key, myobj); Javascript in HTML pages can interact with applets through the DOM, if you are interested in doing that. "F. Lucto" wrote in message news:bmjrlf$dnl1@ripley.netscape.com... > I'd be grateful if someone could point me at any available information on > getting started with Liveconnect. > > Thanks, > > F. Lucto. > > .