Monday, October 29, 2007

ALPopup, A DHTML Popup

One of my web projects required the implementation of a dynamic HTML popup. Taking all the possible requirements in mind I have implemented a very cool (in my opinion) DHTML popup encapsulated in a javascript object model named ALPopup (AL stands for Ahmad Lafi).

You can create ALPopups with both fixed and percent width and height. The popup can also be resized and repositioned when linked to the browser resize and scroll events. It is also tested on IE7 and Firefox 2.

Find following a live demo for ALPopup.

You may also download the sample here.