ID:167647
 
Is there a way to tell what browser windows a person has up by the name of the window, and if so, how could I detect if a browser window was up and refresh it?
I don't believe there is a built in list, but you could create one. All you would have to do add them to the list when displayed, and do some stuff with topic using onclose().

I don't know the specifics, but I think I remember seeing someone use something to that effect.
In response to DarkCampainger
Not really worth the time to go through that procedure seeing as I open many, many windows. I'll stick to adding failsafes. Might I suggest a BYOND client variable to keep a reference to each window currently active?