Randy said:
Jonas Raoni said the following on 2/23/2006 12:04 PM:
"html modal window object"?
Why not throw a few more buzz words in there with it to make it an even
more catch all statement? You can roll your own without using a window.
Haha, I don't think I understood the last phrase right =/
But that's what I meant to say, I didn't asked him to use an window
(window.open), since the window communication can be problematic and
everything can be made with dom and etc :]
But he won't be able to make such flexible code anymore:
if(confirm("Ok?"))
:
Since there's nothing to block the code flow, he will need to add a
listener =/
MyConfirm("message", notificationFunction);
That's the why I preffer to keep using the default window.confirm