Thursday, August 28, 2008

JS: window.showModalDialog()


Retrieved this JS method today.
Window.showModalDialog(url, arguments,"features")
This method displays a special window that remains on top of the browser window until the dialog is closed.
This is different with window.open(), which open another browser window.
Browser support: NN n/a IE 4 DOM n/a


Sample source Reference

No comments: