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. Intersting about Pop Blocker

Intersting about Pop Blocker

Scheduled Pinned Locked Moved ASP.NET
javaquestion
3 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.
  • R Offline
    R Offline
    rain raj
    wrote on last edited by
    #1

    Hello Genious.. I have some requirement like if i open pop up window then it must not blocked by pop blocker in any browser and it must be open regardless of Browser settings.. I am not much sure but some java scripts can be used for this stuff... Any Idea...? :) :)

    N J 2 Replies Last reply
    0
    • R rain raj

      Hello Genious.. I have some requirement like if i open pop up window then it must not blocked by pop blocker in any browser and it must be open regardless of Browser settings.. I am not much sure but some java scripts can be used for this stuff... Any Idea...? :) :)

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      Pop up controllers works on the client side and ASP.NET on server side. So it can't be done. I don't think that JS can block pop up blockers since it will be a security violation.

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      1 Reply Last reply
      0
      • R rain raj

        Hello Genious.. I have some requirement like if i open pop up window then it must not blocked by pop blocker in any browser and it must be open regardless of Browser settings.. I am not much sure but some java scripts can be used for this stuff... Any Idea...? :) :)

        J Offline
        J Offline
        J4amieC
        wrote on last edited by
        #3

        rain raj wrote:

        Hello Genious..

        Flattery will get you everywhere. There is no blanket way to avoid popup blockers, many of them are configurable as to the users needs. However, in general you should only open a new window in response to a user event (such as clicking a button/link). You should avoid opening a new window automatically (such as in the page's onload).

        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