Opening frames from an applet

Me and a friend are making an applet, and would like it to open a new frame at some point.

It works perfectly* on his WIN 2k IE 5.0 but somehow it does not on my WIN 2k IE 6.0

Is it no longer legal to open new windows from an applet?

Thanks.

*Except for the warning. Btw, is that warning removable?

[336 byte] By [baablebrox] at [2007-9-26 18:56:32]
# 1
You have to sign your applet to get rid of the warning of java windows.It should still be valid to open new windows from applets.. So maybe its another problem.
abnormal at 2007-7-3 3:54:32 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 2

Thanks for the Signing tip, I will look into that later.

I have a feeling that the problem with opening a frame in IE 6.0 perhaps is because the java engine in IE 6.0 doesn't support that action. My guess is that the java engine in IE 6.0 isn't a full version.

Anybody knows if I am right?

Mikkel

baablebrox at 2007-7-3 3:54:32 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 3

If the window doesnt show up, you might have an exception thrown somewhere. I assume you are using a Java Plug-In since you are using IE6.0. You can bring up the java console, if you open the Java Plug-In icon in the Control Panel and enable "Show Java Console". Restart your browser and try again and see if you are getting a stacktrace in the java console.You can also see what version of java you are using in the control panel, or change it in the Java Plug-In options (Advanced tab) if you have more than one installation installed.

abnormal at 2007-7-3 3:54:32 > top of Java-index,Archived Forums,New To Java Technology Archive...