I am using
function newWindow2(images){
imagesWindow=window.open(images, 'imageWin', 'width=480,height=250')
imagesWindow.focus()
}
and i am passing variables in the URL.
what script do I need in the window that opens to close it with a button or automatically after it runs a procedure?
function newWindow2(images){
imagesWindow=window.open(images, 'imageWin', 'width=480,height=250')
imagesWindow.focus()
}
and i am passing variables in the URL.
what script do I need in the window that opens to close it with a button or automatically after it runs a procedure?