You need to sign in to do that
Don't have an account?

multiple windows for Visualforce Page on button click
Hi,
I have a visualforce page which will open whenever user clicks on button.if I am clicking on that button multiple times,multiple visualForce windows are opening.
Kindly let me know is there ay way to restrict only one time,I mean if already VF window is opened,if I am clicking multiple times that button now it should show me already opened VF window.
Thanks
Hi,
You can stop multiple windows opening when a button is click by using the javascript on both the page parent and child windows respectively
You can use the below code as a reference
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.