We are using some POPUP windows in our webform(.aspx )When the user clicks on a button say "ADD NEW " button will open a popup Child window where user can type and save records.
Now my problem is if the users browserSetting prevent POPUP How can I alert the user that a popup window is blocked and How he can Enable that POPUP Window.So I wanted to detect whether browser settings prevents POPUP window and if so I want to give instructions to the User to enable it.
Or Do you think it a good idea to use popup windows ?Is there any good ideas to Solve these kind of problems.