Script drag out

I try to run this script, which makes the dragOut exeoutput files from the desktop but not working . It not supported or you have to change something ?

script type="text/javascript"
function init() {
document.getElementById(“dragsrc1”).addEventListener(“dragstart”,
function(e) {
/* Get myfile.txt with http; assumes that myfile.txt is in the same directory as this page. */
e.dataTransfer.setData(“DownloadURL”,
“text/plain:myfile.txt:http://www.ma-ced.info/myfile.txt”);
return false;
}
);

}

/script

body onload="init()"
div class=“dsrc” id=“dragsrc1” draggable=“true”>Using http.

AFAIK drag/drop isn’t supported in ExeOutput 1.7. We’ll have a test for ExeOutput 2.