prova a mettere una & alla fine del response

file1="bravo"
Response.Write "filmato="&file1&"&"

e leggi i dati con


Codice PHP:
fileData "prova.asp";
leggi = new LoadVars();
leggi.onLoad = function(success) {
    if (
success) {
        
info.text =leggi.filmato;
        
    } else {
        
info.text "Vuoto";
    }
};
leggi.load(fileData);