How do I open a second pop up window from an existing pop up window in Javascript?
second pop up window
Collapse
This topic is closed.
X
X
-
Paul MoffittTags: None -
Nobody
Re: second pop up window
The open method of the window object. Same as the first one (unless you
opened it without script, which is evil.)
"Paul Moffitt" <pmoffitt@houst on.rr.com> wrote in message
news:c4e507bc.0 309030736.2223f d4e@posting.goo gle.com...
| How do I open a second pop up window from an existing pop up window in
Javascript?
Comment