Hello.
Your module is very usefull. We were suffering of all those page loads in Drupal 5.
After I studied your code I have a question/proposition:
Why did you decide to create your own modal window implementation instead of utilizing thinkbox or lightbox or may be jQuery UI package (there is a modal window there)?
Comments
Comment #1
starbow commentedModal dialogs did not exist in jQuery UI when I wrote this (although I believe they have been introduced in 1.5 alpha).
Thickbox and Lightbox are both overkill. This module is an attempt to build a lightweight jQuery based modal system for Drupal core. Craqbox was the closest to what I wanted.
Comment #2
starbow commented