function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pradeep kumar s 1pradeep kumar s 1 

Pop up BLOCK IS NOT WORKING

hI friends,
pop up is not working on my vf page properly.
actually i am working on pageblock table,if the size of pageblock table is higher then the pop up is changed accordingly.if that is low,it changes.
based on back ground scroll bar,the pop up chenges automatically.
so please find this solution.
 
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Pradeep Kumar,

If your browser's popup blocker settings are configured for maximum security, you won't be able to view any popup windows within Salesforce.
please refer the below link for reference. Hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar
Mustafa JhabuawalaMustafa Jhabuawala
Pradeep can you please clarify on following points - 

Are you talking about browser pop up blocker setting or a pop up which you have developed in your VF page ?

Can you share some more details on this to further investigate on this issue.
pradeep kumar s 1pradeep kumar s 1
thanks Mustafa Jhabuawala,Rahul kumar
i got solution from this community,but i havean another issue about this popup,
i.e- if i click on any record,the pop up will open.this is already done.but here is a problem.if i click on ok or confirm button which is on popup display,it is taking too much time to close pop up display.so i don't want to take too much time for this,so how can i do?
from this 'ok and confirm' buttons are created in apex class.

i think this is possible from client side,so i want to write from client side,but i don't know how i can write.
 
Mustafa JhabuawalaMustafa Jhabuawala
Can you share the code so that I can look into it.