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