Re: Browser plug-in to interact with browser
- From: Andrew Thompson <SeeMySites@xxxxxxxxxxx>
- Date: Thu, 26 May 2005 02:34:19 GMT
On 25 May 2005 13:10:22 -0700, DKM wrote:
> Hello, I am trying to find out if it is possible to create browser
> plug-in using java. The plug-in should have access to the browser's DOM
> and shoud be able to dynamically alter content and style of any element
> by responding to mouse movement and clicks anywhere on the browser
> document.
>
> I am new to all this, but I am familiar with javescript and html. And,
> currently, I can achieve what I want using just javascript. But, I
> would like to encapsulate all the javascript code in a java plug-in.
LiveConnect allows Java and JS to interact. The most common way
to achieve what you want is to have the Applet communicate via
LiveConnect to the JS that directly interacts with/changes the DOM.
HTH
--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
.
- Follow-Ups:
- References:
- Browser plug-in to interact with browser
- From: DKM
- Browser plug-in to interact with browser
- Prev by Date: moving files
- Next by Date: Re: Matrix Wanted
- Previous by thread: Browser plug-in to interact with browser
- Next by thread: Re: Browser plug-in to interact with browser
- Index(es):
Relevant Pages
|