This is a page with a usage example of the library jmpopups.
For more details access http://jmpopups.googlecode.com
$.openPopupLayer({
name: "mySecondPopup",
width: 550,
target: "myHiddenDiv"
});
Open a popup using a html content from a hidden element.
Did you find some bug? Please contact me! otavioavila@gmail.com
$.openPopupLayer({
name: "mySecondPopup",
width: 300,
url: "ajax_example.html"
});