Posts by ggvasconcelos • 1 point
2 posts
-
0
votes1
answer61
viewsA: Receive boolean value via Avascript in a popup to be used on another page
I already did, I passed a function Avascript via url when opening the popup, and then in the popup function I was able to access and work the value on it. //Page 1 Function Fnactualizes(return) {…
-
-1
votes1
answer61
viewsQ: Receive boolean value via Avascript in a popup to be used on another page
I have a page that opens a confirmation popup, the popup is called with the window.showModalDialog, I need to take true or false of this popup, to work on page 1 where the returned value will be…