23/04/2009, 09:52
|
| | Fecha de Ingreso: noviembre-2008
Mensajes: 144
Antigüedad: 16 años, 2 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? |