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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

window within a window

Status
Not open for further replies.

childlead

Technical User
Jul 13, 2001
21
0
0
US
hi.

i have a window opened up using javascript. within this window, i want a link to open another window displaying text information. how do i do this? thanks for your help.
 
<a href=&quot;popup.html&quot; target=&quot;popUpWin&quot;>Click</a>

or

<a href=&quot;popup.html&quot; target=&quot;popUpWin&quot; onclick=&quot;window.open('popup.html','popUpWin','width=200,height=200');return false&quot;>Click</a>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top