Perchè dici "...ho fatto una cavolata"

Cos'è che non va ?

se non è un errore ....

sulla root arriveranno da asp tutte le variabili

Response.Write("tsto" & n & "=" & rs("field_testo")

tsto1=prova testo&tsto2=altro testo

_root.loadVariables( "pagina_dati.asp", post );


_root.testo = _root.tsto1
my_lenght = testo.lenght

fondamentalmente a te devono interessare questi valori

my_name="TuoCampoTesto"
my_type = "dynamic"
my_multiline = true;
my_lenght = 100 // calcola la tua lunghezza della stringa
my_maxChars = 150 // imposta il tuo valore
my_wordWrap = true;


cioa