will wrote:Hi TomasDeml, for a modal dialog, check out this user contribution on Code Project:
http://www.codeproject.com/useritems/ModalDialogV2.asp
If you want a pure JavaScript implementation, check out subModal.
http://www.subimage.com/sublog/subModal/
My implementation does not use AJAX nor DHTML but pure HTML and some JavaScript...cause I needed a simple solution using ordinary modal windows allowing me to pass data between dialog itself and its consumer...
...just note the *modal* type of dialogs does *not* work outside IE...I know about this flaw