Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/09/2004, 08:10
dannym
 
Fecha de Ingreso: julio-2004
Mensajes: 114
Antigüedad: 19 años, 9 meses
Puntos: 0
visualizar txt

Si el contenido que tienes en el txt es como esta aqui:

"castellano=<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento sin titulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<a href='www.emulatronia.com' target="_blank">Hola Mundo</a>
</body>
</html>"


----------------------------------------------------
Entonces tu error pueden ser las comillas que tienes al inicio y al final, quitaselas para ve si funciona, porque yo lo probe y si me corre.