Results 1 to 4 of 4

Thread: [RESOLVED] How to create a pop up wnidow?

  1. #1

    Thread Starter
    Addicted Member NinaWilliam's Avatar
    Join Date
    May 2005
    Location
    @Home
    Posts
    133

    [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.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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');

  3. #3

    Thread Starter
    Addicted Member NinaWilliam's Avatar
    Join Date
    May 2005
    Location
    @Home
    Posts
    133

    Re: How to create a pop up wnidow?

    Can you explain more please??

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width