[Javascript] Window names

Esther_Strom at hmco.com Esther_Strom at hmco.com
Tue Aug 14 14:17:00 CDT 2001


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)">Usage</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




More information about the Javascript mailing list