ModalBox logo

ModalBox is a JavaScript technique for creating modern (Web 2.0-style) modal dialogs or even wizards (sequences of dialogs) without using conventional popups and page reloads. Anyone who has used a Mac OS X should be familiar with the style of animation used here.

ModalBox screenshot

ModalBox is built with pure JavaScript and uses the Prototype and script.aculo.us JavaScript frameworks for DOM and animation, so you need to import both frameworks for it to work. It utilizes AJAX to load content.

Link: ModalBox homepage and demo
Link: ModalBox on Google Code