Click to See Complete Forum and Search --> : Javascript - Modal Dialogs


Don Buckley
June 13th, 2000, 11:08 AM
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?