
Feb 8th, 2008, 19:03
|
 |
Moderator
|
|
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,619
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
|
Re: Creating Pop up Windows
Nothing to do with ASP.net. Popup windows are created client-side, using javascript executed by the user's browser (not your server).
http://www.htmlgoodies.com/beyond/ja...le.php/3471221
http://www.w3schools.com/htmldom/met_win_open.asp
and lots more!
|