Hi,
can anyone tell me how can i create a pop up window in asp.net, please??
ASP.NET/VB.NET
Regards,
Nina
Printable View
Hi,
can anyone tell me how can i create a pop up window in asp.net, please??
ASP.NET/VB.NET
Regards,
Nina
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');
Can you explain more please?? :)
How do you want the popup to popup?