1、jsp
<div id="win" iconCls="icon-save" title="">
Window Content</div>
2、js
$('#win').window({
width:600,
height:400,
modal:true
});
winadd = initWindowConfig('win',{
title:'反反复复',
width:570,
height:300,
draggable:true
});
winadd.show().window('open');