像Dialog Ajax
谢谢
// initialize dialogvar dialog1 = $("#dialog").dialog({ autoOpen: false,height: 600,width: 350}); // load content and open dialogdialog1.load('path/to/otherPage').dialog('open');
检查一个例子here.