Welcome Guest, Not a member yet? Register   Sign In
Download excel file with ajax
#5

(09-23-2018, 05:19 AM)Wouter60 Wrote: Don't use a form at all. Just a hyperlink on your page that says "Download" or "Export". The hyperlink must refer to the controller/function that generates the Excel file and forces the download.
In that case, the current page will stay active.
And you don't need AJAX.

Thanks for your solution i do this:

Code:
<a href="<?php echo site_url('admin/export')?>" class="btn btn-warning btn-sm"><i class="fa fa-file-excel-o"></i> <?php echo $this->lang->line('export'); ?></a>

and work, but page page reload also...
Reply


Messages In This Thread
Download excel file with ajax - by demo - 09-22-2018, 10:57 AM
RE: Download excel file with ajax - by fenzy - 09-23-2018, 03:30 AM
RE: Download excel file with ajax - by demo - 09-23-2018, 03:35 AM
RE: Download excel file with ajax - by Wouter60 - 09-23-2018, 05:19 AM
RE: Download excel file with ajax - by demo - 09-23-2018, 07:16 AM
RE: Download excel file with ajax - by Wouter60 - 09-23-2018, 09:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB