The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

same applet - different parameters from the same browser

Posted by Julio Fonseca on May 05, 2001 at 1:20 AM

Hi,

This is the scenario,

A html file, called Rooms.php and it has two links
"Rooms.php?nick=jut&icono=imagen3.gif&puerto=10801&name=room10801" target = "_blank">
Room 10801

"Rooms.php?nick=jut&icono=imagen3.gif&puerto=10802&name=room10802" target = "_blank">
Room 10802

and Rooms.php is something like

<applet code = ChatApplet width = 478 height = 320 name = >
>
>

So, I have a html that opens two different browser windows on the fly from the same page, and I call
the same applet with different parameters, the point is that when I try to chat in each room, the last one is wich remains working, the first one, one connected to the port 10801 doesn't work, I will like to have a different JVM, when I click to open the Rooms.php link!, or how I can manage this?, it seems the browser jvm, gets confused and just take the last reference!.

Even I have noticed that the childs browser window inheriths from the parent window, I noticed it when I realized I just have on Java Console window,

How can I manage this situation?, How can I refer to differents JVM?, IE and Netscape, in both is the same problem, or is it possible?

Thanks in advance
Jut




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us