Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/07/2004, 20:39
orharo2003
 
Fecha de Ingreso: abril-2004
Ubicación: México D.F.
Mensajes: 1.724
Antigüedad: 20 años, 10 meses
Puntos: 4
<input type=text name=ruta><input type=button value=examinar onclick="ocultaruta.click()"><input type=file name="ocultaruta" style="visibility:hidden" onchange="writenow()">



<script language="vbs">
function writenow()
ruta.value=ocultaruta.value
end function

Esto te ayudará..