Unobtrusive popup windows
Posted August 27th, 2004 by Matt Berther
Whether we like it or not, popup windows are a necessity for some web functionality. For example, one project that Im working on uses popup windows to display definitions. It would really take away alot of the user experience to display these definitions in the regular content window.
The drawback with the implementations of popups is how cluttered up your code typically gets with target and onclick attributes. This is a drawback no more… I just stumbled across the cleanest, simplest and most elegant way of doing popups, bar none…
Absolutely stellar technique, and Im looking forward to implementing it…
No Comments


