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. how to open popup from a popup window?

how to open popup from a popup window?

Scheduled Pinned Locked Moved ASP.NET
helptutorialquestion
5 Posts 3 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.
  • A Offline
    A Offline
    Amitava Dutta
    wrote on last edited by
    #1

    When trying to open popup from a popup window no new popup window appears just showing new popup in the previous popups but I have written the same code to open popups. how to solve this problem? please help. Thanks Amitava

    E 1 Reply Last reply
    0
    • A Amitava Dutta

      When trying to open popup from a popup window no new popup window appears just showing new popup in the previous popups but I have written the same code to open popups. how to solve this problem? please help. Thanks Amitava

      E Offline
      E Offline
      eyeseetee
      wrote on last edited by
      #2

      have you tried target=_new or does that still open in same window?

      A 1 Reply Last reply
      0
      • E eyeseetee

        have you tried target=_new or does that still open in same window?

        A Offline
        A Offline
        Amitava Dutta
        wrote on last edited by
        #3

        ya I have used target=_blank and _new buy it opens a new ie browser I have used this code in C# javascript:window.open('http://www.google.com','a','width=900,height=680'); Amitava

        A G 2 Replies Last reply
        0
        • A Amitava Dutta

          ya I have used target=_blank and _new buy it opens a new ie browser I have used this code in C# javascript:window.open('http://www.google.com','a','width=900,height=680'); Amitava

          A Offline
          A Offline
          Amitava Dutta
          wrote on last edited by
          #4

          thanks finally done Amiatva

          1 Reply Last reply
          0
          • A Amitava Dutta

            ya I have used target=_blank and _new buy it opens a new ie browser I have used this code in C# javascript:window.open('http://www.google.com','a','width=900,height=680'); Amitava

            G Offline
            G Offline
            Guffa
            wrote on last edited by
            #5

            Amitava Dutta wrote:

            javascript:window.open('http://www.google.com','a','width=900,height=680');

            As you are opening the window with the target 'a', it will open in the same window once there is a window with that name. Use the target '_blank' to always open a new window.

            Despite everything, the person most likely to be fooling you next is yourself.

            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