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