Java Liveconnect

Koos Vriezen koos.vriezen at xs4all.nl
Wed Oct 23 22:05:18 BST 2002


On Wed, 23 Oct 2002, Dirk Mueller wrote:

> Hi,
>
> can somebody teach me a lesson about $subject? I would like to ensure that
> it causes no Cross side scripting bugs in konqueror. as far as I know you
> can now access dom nodes and cause redirects like in javascript with java
> applets now?

A Java applet can only evaluate JS as in
    view->part()->executeScript(this, script);
It shouldn't be able to do more than 'normal' scripts can do in a
HTML document.
(All methods of netscape/javascript/JSObject, are implemented in
Javascript)

Koos





More information about the kfm-devel mailing list