Answers for "add a button to close a window js"

0

how to enter through a button that is closed in a html code

<button type="button" 
        onclick="window.open('', '_self', ''); window.close();">Discard</button>
Posted by: Guest on December-15-2020

Code answers related to "add a button to close a window js"

Browse Popular Code Answers by Language