cargar variables desde fichero.js
Hola: quiero un html tomen el valor de una variable que esta en un fichero cuando se carga el html. eso va bien. el problema es cuando quiero en un form reemplazar el valor de value por el lugar donde dice variable.
<INPUT size=30 size=25 value="variable" name=banco >
Probé de distintas maneras (hasta con document.write(variable)), y no conseguà más que errores. también con un onLoad= fun() y ´pasandole el string al "value=" y no logro hacerlo andar. alguien me podrÃa ayudar. gracias.
<INPUT size=30 size=25 value="variable" name=banco >
Probé de distintas maneras (hasta con document.write(variable)), y no conseguà más que errores. también con un onLoad= fun() y ´pasandole el string al "value=" y no logro hacerlo andar. alguien me podrÃa ayudar. gracias.
