asp.net pop up screens
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
LucBite wrote:
How to design asp.net popup screens
Use JavaScript
window.open
window.open ("http://CodeProject.com",
"mywindow","location=1,status=1,scrollbars=1,
width=400,height=200");Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article