When we open a form in a new window, we would like to click a button to close the window without alert box.
Is it possible?
Any help is appreciated.
Thanks alot
When we open a form in a new window, we would like to click a button to close the window without alert box.
Is it possible?
Any help is appreciated.
Thanks alot
if you are talking about window.open()
function then just try to use window.close()