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 display

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?
** '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.
please provide me the best solution for this.