Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/04/2009, 09:52
Yoi
 
Fecha de Ingreso: noviembre-2008
Mensajes: 144
Antigüedad: 15 años, 4 meses
Puntos: 2
Respuesta: abrir archivo desde cualquier ubicacion

Bueno si, estoy utilizando asp, la idea es abrir un archivo en otra ventana , lo hice con href y target _blank, pero no me dejo, entonces estuve utilizando un script es el siguiente:

<script language="javascript">
<!-- begin
function whatfile(file) {
window.location= 'file://' + file;

}
// end -->
</script>

si me has entendido?