Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Two pop up window not open at the same time . Help Me

Two pop up window not open at the same time . Help Me

Scheduled Pinned Locked Moved ASP.NET
csharphelpasp-net
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sneha Bisht
    wrote on last edited by
    #1

    Hi , m working on a web application (Asp.net using c#) , in my master page there is some menus . by clicking them a pop up window open , but the problem is this when i minimize the first pop up window , and then open another pop up by clicking my menus nothing happend . for open new pop up window first i have to close the previous window , then next one window open , Can is it possible that i open 2 - 3 pop up windows at the same time . Thanx in adva ;) nce

    S S 3 Replies Last reply
    0
    • S Sneha Bisht

      Hi , m working on a web application (Asp.net using c#) , in my master page there is some menus . by clicking them a pop up window open , but the problem is this when i minimize the first pop up window , and then open another pop up by clicking my menus nothing happend . for open new pop up window first i have to close the previous window , then next one window open , Can is it possible that i open 2 - 3 pop up windows at the same time . Thanx in adva ;) nce

      S Offline
      S Offline
      Sandeep Akhare
      wrote on last edited by
      #2

      How you are opening the new window can you post your javascript code ?

      Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog

      1 Reply Last reply
      0
      • S Sneha Bisht

        Hi , m working on a web application (Asp.net using c#) , in my master page there is some menus . by clicking them a pop up window open , but the problem is this when i minimize the first pop up window , and then open another pop up by clicking my menus nothing happend . for open new pop up window first i have to close the previous window , then next one window open , Can is it possible that i open 2 - 3 pop up windows at the same time . Thanx in adva ;) nce

        S Offline
        S Offline
        Sandeep Akhare
        wrote on last edited by
        #3

        Check this <a href="http://www.google.com" target="_blank" >Click to open</a> If you want to open many window at one click write a javascript function for that onclick call that javascript function and open as many window you want I never tried this don't know but still you can check it

        Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog

        1 Reply Last reply
        0
        • S Sneha Bisht

          Hi , m working on a web application (Asp.net using c#) , in my master page there is some menus . by clicking them a pop up window open , but the problem is this when i minimize the first pop up window , and then open another pop up by clicking my menus nothing happend . for open new pop up window first i have to close the previous window , then next one window open , Can is it possible that i open 2 - 3 pop up windows at the same time . Thanx in adva ;) nce

          S Offline
          S Offline
          Sneha Bisht
          wrote on last edited by
          #4

          Hi this code works fine , but can open two pop up window at the same time . I want to open many pop up window at the same time when i click on menus . function NewWindow(mypage,myname,w,h,scroll,pos) { if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):50;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-50)):50;} if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:50;TopPosition=(screen.height)?(screen.height-h)/2:50;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='-w-',height='-h-',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes'; win=window.open(mypage,myname,settings); }

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups