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. General Programming
  3. C#
  4. Web Browser.How to open new window in existent opened browser.

Web Browser.How to open new window in existent opened browser.

Scheduled Pinned Locked Moved C#
tutorialsysadmin
4 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
    aleXXXka
    wrote on last edited by
    #1

    I need to create simple application wich is Web Browser that opens new windows in existent browser. For example I open website that have some link wich should open in new window. (a href="..." target="_new") When i click on this link, new page will open in the same window. Server mast see that i clicked on the link and over to link's site.

    L L 2 Replies Last reply
    0
    • A aleXXXka

      I need to create simple application wich is Web Browser that opens new windows in existent browser. For example I open website that have some link wich should open in new window. (a href="..." target="_new") When i click on this link, new page will open in the same window. Server mast see that i clicked on the link and over to link's site.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      use

      <a href="a.html" target="_blank">Link</a>

      Use "_blank" instead of "_new"

      1 Reply Last reply
      0
      • A aleXXXka

        I need to create simple application wich is Web Browser that opens new windows in existent browser. For example I open website that have some link wich should open in new window. (a href="..." target="_new") When i click on this link, new page will open in the same window. Server mast see that i clicked on the link and over to link's site.

        L Offline
        L Offline
        Lev Danielyan
        wrote on last edited by
        #3

        I think this question has nothing to do with C#...

        Regards, Lev

        A 1 Reply Last reply
        0
        • L Lev Danielyan

          I think this question has nothing to do with C#...

          Regards, Lev

          A Offline
          A Offline
          aleXXXka
          wrote on last edited by
          #4

          No... I need that all new windows(include pop-ups) will open in existing web browser.

          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