i have problem with window jeasyui, i can't show output from tcpdf in window. but if i replace url in browser, it normal & show my output pdf.
this my script :
$('#ff-pembelian').form('submit',{
            onSubmit: function(){
                return $(this).form('validate');
            },
            success: function(){
            	var url = '<?=base_url()?>lp/c_rpt_pembelian/rpt_general';
            	$('#win').window({
			        title: 'Print Out Laporan Pembelian',
			        width:'60%',
			        height:'60%',
			        modal:true
			    }); 
			    $('#win').window('refresh', url);
            }
        });but this output on window :
