public
Description: Mac OS X style javascript pop-ups for your browser (based on prototype + script.aculo.us)
Homepage: http://okonet.ru/projects/modalbox
Clone URL: git://github.com/okonet/modalbox.git
Click here to lend your support to: modalbox and make a donation at www.pledgie.com !
name age message
file CHANGELOG Sun May 24 05:42:25 -0700 2009 Fixed width bug [exby]
file LICENSE Thu Oct 23 14:27:18 -0700 2008 Renamed changelog and licence files [Andrew Okonetchnikov]
file README Thu Sep 03 05:48:27 -0700 2009 Renamed README.textile -> README [okonet]
directory lib/ Wed Dec 16 02:44:40 -0800 2009 Updated scrip.aculo.us to 1.8.3 [okonet]
file modalbox.css Tue Dec 15 01:40:52 -0800 2009 Reformatted [victor-homyakov]
file modalbox.js Wed Dec 16 02:30:22 -0800 2009 Fixed syntax error [okonet]
file spinner.gif Fri Jul 13 13:37:18 -0700 2007 Options saving fixed; Parameters adjusted; IE r... [okonet]
directory tests/ Sun Dec 21 05:24:50 -0800 2008 Added Google Maps example to functional test page [Andrew Okonetchnikov]
README
ModalBox is a JavaScript technique for creating modern (Web 2.0-style) modal dialogues or even wizards (sequences of 
dialogues) without using conventional popups and page reloads. It's inspired by Mac OS X modal dialogues. And yes, it 
may also be useful for showing bigger versions of images.

Basically, ModalBox is based on GrayBox technique by Amir Salihefendic. But you can find a lot of similar techniques 
around the web: Lightbox JS, Lightbox gone wild, ThickBox etc.

There also a clone of ModalBox, the MOOdalBox, written on great and lightweight Mootools Framework.