<div id="dlg_edit" class="easyui-window"
data-options="iconCls:'icon-save',collapsible:false,minimizable:false,maximizable:false,closed:true,resizable:false"
style=" 1000px; height: 530px; padding: 10px;">活动信息</div>
function aa(){
var mobile1="01068280152"; $('#dlg_edit').window({href:'<%=request.getContextPath()%>/jsp/customerService/callCustomService.jsp?mobile='+mobile1}) .window('setTitle','未接电话') .window('open');
}