EasyUI-Window
function showWindow() { $('#win').window({ width: 600, height: 400, modal: true, content: "<iframe src='/Person/Index?Id=1'></iframe>" }); $('#win').window('open'); //打开window }
function showWindow() { $('#win').window({ width: 600, height: 400, modal: true, content: "<iframe src='/Person/Index?Id=1'></iframe>" }); $('#win').window('open'); //打开window }