10/07/2003, 07:05
|
| | | Fecha de Ingreso: junio-2003
Mensajes: 278
Antigüedad: 21 años, 5 meses Puntos: 0 | |
no funca.. cree un texto dinamico y le puse:
carga = new LoadVars()
carga.load("activos.php")
carga.onLoad = imprimir;
function imprimir(){
campo_txt.text = carga.cantidad;
}
Pero no anda
el php se llama = activos.php
y el txt = usuarios.txt |