Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

window.open to open applet in a second window restricted to a sin gle window?


  • From: peter.booth@xxxxxxxx (Booth, Peter)
  • Subject: window.open to open applet in a second window restricted to a sin gle window?
  • Date: Tue, 30 Nov 1999 11:15:44 -0500

Hello,

A few weeks ago I found a scrap of code that allows me to start an 
applet in a new browser window. This works well, however it seems
to be restricted to a single external window - if I start a second browser
instance and attempt to display a second applet it directs output to the
existing external window.

Does anyone know how I can modify the attached to generate a fresh
external window each tiem, so that multiple applet instances can coexist?

Peter Booth
Peter.Booth@xxxxxxxx

Example code:


<li><a href="#" 
       onClick
="window.open('http://webgfxdev.fi.csfb.com/gorilla/gorilla.html','gorillaCh
at','width=660,height=570,scrollbars=auto,menubar=no,resizable=yes')" >
                Chat
     </a> Press to start applet
</li>


---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx