How can I enable/disable browser popup blocker from server side?
I am using JSF 2.2 with Oracle ADF. I have a <af:popup>
which does not work and ask user to off popup blocker in browser. I need to avoid this through coding.
Asked
Active
Viewed 357 times
0
-
I know nothing about ADF, but you should basically be using a (modal) dialog instead of a popup window. – BalusC Jan 15 '15 at 07:08
-
have you tried anything so far ? please post what you tried and what is the code that is not working – Jan 22 '15 at 17:58