JDK 1.5 Javascript problem
Hi all.
I have a java Applet that call Javascript code using the MAYSCRIPT flag.
In the code I use JSObject to access the html page.
In the java code I call a Javascript code that open a window and populate it.
All goes very well with JRE 1.4.2.
Now I try to migrate all to JRE 1.5.0_1.
The window doesn't appear and no error is reached. It's strange because I believe a new version maintain all the old features (particularly this one).
More particular is that this window doesn't appear every time, but only one shot.
So, If I use my applet at time x it goes, but when I use it at time y it doesn't go.
I became crazy because no error is shown. Why? I don't use popup-blocker software.
Anyone has ideas (before I start debugging and defragmenting my huge applet)?
Thanks in advance.
Bye, Anteo.

