Server side processing other language

Server side processing other language

jprjpr Posts: 5Questions: 0Answers: 0
edited October 2010 in General
Hello,

I'm using nxscript pages that is similar to php.
I'm wondering if I have to do something in datatables javascript to allow my nxscript extension

$(document).ready(function() {
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": server.nxscript
} );
} );


With this, my server.nxscript is not interpreted.

Any ideas ;-)


Regards,


JP

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Shouldn't be anything to do with DataTables - probably more likely something on the server-side, with your script not being parsed by the nxscript interpreter. If you just load it using http://whatever.com/server.nxscript what happens?

    Allan
  • jprjpr Posts: 5Questions: 0Answers: 0
    Hello Allan

    Server.nxscript give a correct file with secho and the data as you show in your example.

    How can I check if the result is correct?

    Thanks for helping me

    Regards
    Jp
This discussion has been closed.