|
-
Jun 30th, 2005, 12:41 AM
#1
Thread Starter
Addicted Member
[RESOLVED] How to create a pop up wnidow?
Hi,
can anyone tell me how can i create a pop up window in asp.net, please??
ASP.NET/VB.NET
Regards,
Nina
Last edited by NinaWilliam; Mar 8th, 2006 at 01:55 AM.
-
Jun 30th, 2005, 12:49 AM
#2
Re: How to create a pop up wnidow?
javascript:window.open('http://www.mendhak.com/');
or, to have more control over it,
javascript:window.open('http://www.mendhak.com/', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1024,height=768');
-
Jun 30th, 2005, 05:59 AM
#3
Thread Starter
Addicted Member
Re: How to create a pop up wnidow?
Can you explain more please??
-
Jun 30th, 2005, 06:18 AM
#4
Re: How to create a pop up wnidow?
How do you want the popup to popup?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|