jQuery.ui.domwindow - demo - bgiframe

setup

Followwing setup will use bgiframe for overlay.
Use this when you got troubled with select element on ie6.

$(function(){
    $.ui.domwindowdialog.setup({
        width: 600, // dialog width
        height: 300, // dialog height
        bgiframe: true // omg help me around select
    });
});

Make sure that you loaded bgiframe like below.

<!--[if IE 6]><script src="jquery.bgiframe.js"></script><![endif]-->

ajaxdialog (source from href)

<a
    class="apply-domwindow-open"
    href="dialog1.html"
    data-domwindow-ajaxdialog="true"
>open</a>