Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pop up Within a Popup

Status
Not open for further replies.

portaldude

Programmer
Oct 27, 2005
4
US
I am trying to open a popup window within a popup window. Is it possible in Javascript? If so can you kindly let me know
 
Yes. Opening a popup withini a popup is no different to opening a popup from a regular window - because popup windows are regular windows.

You simply use the same notation:

Code:
window.open(url, winName, args);

Hope this helps,
Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top