Ok, So I have researched the DHTML showModalDialog method, which is nice, but I need something in pure javascript. DevEdge refers to using window.open with the modal=yes attribute, but nothing supports it.

The desired intention here is to have the return result of the window trigering a condition on the parent window.

Yes?