Hi
      Need help on the invocation of Applet methods in html page. I have an
applet which exposes multiple methods for use/invocation in the HTML page.
I have a problem here:

1.  There is a print method built in the applet  to print  the image
displayed in the applet . This method works fine inside the applet (invoked
by ActionHandler of a button et al)- But when I invoke the same (exposed)
method from the html, it throws an error , and the browser hangs (no error
is visible, since the java-console also cannot be opened).

I have already set scriptable=true for both IE and NN .

The browser actually hangs exactly when we invoke- PrinterJob.getPrinterJob
(). This is working fine for the actionhandler of the button object inside
the applet.

pls. help.  ..

Thanx
rbt

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to