guitardave78
Programmer
Hi all.
If i open a new window like this
newWin = window.open('about:blank','Uploading','width=200,height=100');
should i not be able to close it from the parent like this
window.Uploading.close()
It is driving me mad lol
}...the bane of my life!
If i open a new window like this
newWin = window.open('about:blank','Uploading','width=200,height=100');
should i not be able to close it from the parent like this
window.Uploading.close()
It is driving me mad lol
}...the bane of my life!