![]() |
Admin 6/20/2017 |
You need to see error message behind the scene: |
![]() |
mbintex author 6/21/2017 |
I get this from Chrome: VM261:1 Uncaught SyntaxError: Unexpected token B in JSON at position 0
$datei="files/".$data["Kurzname"].".vcf";
|
![]() |
Admin 6/21/2017 |
The thing is that server code is executed behind the scene via AJAX. Any output you send from the server code will break buttons behaviour. You need to pass file name to ClientAfter event and then use something like this in ClientAfter: location.href='filename'; |
![]() |
mbintex author 6/21/2017 |
Just great. |