I have a process that opens a web page.
<script>
function Abrir() {
miPopup = window.open("PopUp.asp", "miventana", "width=500,height=250,menubar=no")
}
</script>
By having the web page open, you ask a question which says, do you want to make the changes? and an accept button appears and another to cancel.
I need to click on the cancel button to close the PopUp.asp website