I am working on a website (C#, .Net 3.5 Framework) and looking for an alternate of Popup window to avoid the popup blocker settings of browsers or in other words want to remove the dependency of popup blocker for Website. Many users disable them because they don’t like it.
I am using Master page for Menus and common interface of website.
But all the requirements are same.
- Overlapped window
Common Interface/componentthat can be used to display the content of other HTML/ASPX page- Value can be
passed and returnedto the Opener Window.
Which is the best option for this scenario?
Thanks.
I have found a way, as an alternate of popup window.
Style Sheet (Popup related CSS)
Purpose: CSS for popup window
Master Page
Purpose: Contains the Common code for popup
1. Create 1 Div for Outer faded Effect
2. Create Div as container or popup Window
3. Create Iframe inside a container DIV and assign the URL.
JavaScript to open and close the Popup
Content Page
Call the popup window from any content page.