J
John Smith
I would like to close a child window I opened from the parent using
setTimout. I have the function below, but it always returns the error
"sendWindow is undefined".
I would appreciate any pointers.
function sendWindow()
{
var sendWin =
window.open('about:blank','sendwindow','width=100,height=100');
setTimeout('sendWin.close()',200);
}
Thank you
setTimout. I have the function below, but it always returns the error
"sendWindow is undefined".
I would appreciate any pointers.
function sendWindow()
{
var sendWin =
window.open('about:blank','sendwindow','width=100,height=100');
setTimeout('sendWin.close()',200);
}
Thank you