StephanieCC
Technical User
I've created a pop-up with yes/no buttons that should close itself when yes is clicked, leaving the homepage on the screen--that works--what I'd like is for the no button to close the pop-up and the browser--on the pop-up, for NO I am using onclick window.close (I've also tried browser.close) and on the homepage which is where the pop-up script is, I have set the pop-up window to dependent--I thought dependent and close window worked together to do what I'd like but . . .