how do I write JavaScript to close another window say "MyWin2" IF it exists.
I want to check if a particular window exists, then close it first...... because I re-open that particular window again in several different ways (i mean like with different controls visible) depending on the options selected.
I don't want several copies of the same window around if the user forgets to close it after using it!
thanks!
I want to check if a particular window exists, then close it first...... because I re-open that particular window again in several different ways (i mean like with different controls visible) depending on the options selected.
I don't want several copies of the same window around if the user forgets to close it after using it!
thanks!