Ciao
come mai non mi funziona questo script?
-ACTION SCRIPT----
dati = new LoadVars();
dati.path = this;
dati.onLoad = function(ok) {
if (ok) {
this.path.testo.htmlText = this.testo;
}
};
dati.load("testo.asp");
----Testo.asp---
<%
testo ="Prova di testo da variabile asp"
response.write "testo="&testo
%>
-------------------------------
Come posso fare?
![]()
Anche con il metodo GET va bene lo stesso.
GRazie
Ciao

Rispondi quotando
