Re: calling another applet

2000-10-16 Thread Mark Ogden
On Sun, 15 Oct 2000, Nicolas Raitman wrote: > Suppose that I have a web page with an applet on it. If the applet has a > button, how can I make this button to call another web page. I mean, I know > the method of the ActionListener, I just want to know how to call another > page that will contain

calling another applet

2000-10-15 Thread Nicolas Raitman
Suppose that I have a web page with an applet on it. If the applet has a button, how can I make this button to call another web page. I mean, I know the method of the ActionListener, I just want to know how to call another page that will contain another applet. Thanks --