[Javascript] Window names

Peter Brunone peter at brunone.com
Tue Aug 14 14:26:20 CDT 2001


Esther,

    In your openWin function, are you assigning the window.open to the same
variable each time?

----- Original Message -----
From: <Esther_Strom at hmco.com>
To: <javascript at LaTech.edu>
Sent: Tuesday, August 14, 2001 2:17 PM
Subject: [Javascript] Window names


| Help! I was under the impression that you could open multiple popups as
| long as each one had a unique name. In the following code, when I click
one
| of the links (any of them), it opens one popup. When I click any of the
| other links, instead of opening a second window, it replaces the content
of
| the first popup. (This is part of a Domino database, hence the ?OpenForm
in
| lieu of file extensions.)
|
| What am I doing wrong?
|
| <a href="javascript:openWin
|
('fmUsage?OpenForm&~E3F2E18403B0E9DE86256977005ECD24','myUsg2',850,600)">Usa
ge</a>
|
| nbsp;&nbsp;
| <a href="javascript:openWin
|
('fmUsageSingle?OpenForm&~E3F2E18403B0E9DE86256977005ECD24','myUsg3',850,600
)">Usage
|
| 2</a>&nbsp;&nbsp;
| <a href="javascript:openWin('fmImage?OpenForm','myImg',770,500)">Image</a>
| &nbsp;&nbsp&nbsp;&nbsp&nbsp;&nbsp;
|
| Thanks,
|
| Esther
|
| _______________________________________________
| Javascript mailing list
| Javascript at LaTech.edu
| http://www.LaTech.edu/mailman/listinfo/javascript
|




More information about the Javascript mailing list