Can I include a .txt file in IE8 browser???

Can I include a .txt file in IE8 browser???

miklmikl Posts: 3Questions: 1Answers: 0

like that :
$('#dataTable').dataTable({
"bAutoWidth": false,
"bProcessing": false,
"bSortable" : true,
"bPaginate": true,
'ordering': true,
'paging': true,
"bInfo": false,
"searching": true,
"bFilter": true,
"bStateSave": true,
"ajax": '/tmp/file.txt',
"deferRender": true
});

Answers

  • allanallan Posts: 63,234Questions: 1Answers: 10,417 Site admin

    No idea :-). Have you tried it? If so, what happens? I don't see why you wouldn't be able to, but who knows with legacy IE.

    Allan

  • miklmikl Posts: 3Questions: 1Answers: 0

    yeah, I tried but I have an Ajax Error.
    But it's OK, I do a other method only for this f**** browser :)

    Thanks.

  • allanallan Posts: 63,234Questions: 1Answers: 10,417 Site admin

    What is the error. I'm surprised that it wouldn't load a txt file.

    Allan

  • miklmikl Posts: 3Questions: 1Answers: 0

    I don't know, it's work on all browsers except IE8, so

  • allanallan Posts: 63,234Questions: 1Answers: 10,417 Site admin

    Does this example work for you in IE8? Does appear to for me.

    Allan

This discussion has been closed.