Hello people. I have a pop up window and i have 2 pages that open the same pop up window.
I want to make a button hidden when one specific page opens my pop up. If the other page opens my window; i want the button to be there and not to be hidden.
Also how can i learn which page opened my popup in the js file of the popup?
Like the relative path of the opener.
I know things will be easier if i can know the path so i can hide or unhide the button just with an if block.
Any suggestions please?