Foros de daboweb

HARDWARE Y SISTEMAS OPERATIVOS, GNU/Linux, Windows, Mac => Windows - XP, ME, 2000, 98, NT, Vista, 7, 8, 10 => Mensaje iniciado por: patoloco6000 en 21 de Enero de 2009, 04:19:58 pm

Título: problemas con rreproducion automatica
Publicado por: patoloco6000 en 21 de Enero de 2009, 04:19:58 pm
Hola tengo un problema para ejecutar los cds cuando lo intento reproducir o abrir me sale  el bloc de notas les pongo un ejemplo:

<html>
<head>
<title>PC Today 124 - M&aacute;s de 65 programas</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language="JavaScript"><!--
var topWin;
      function screenHeight() {
         return screen.availHeight;
      }

      function screenWidth() {
         return screen.availWidth;
      }

      window.moveTo(0,0);
      window.resizeTo(screenWidth(), screenHeight());


function openWindow(width,height) {
    x = (640 - width)/2, y = (600 - height)/2;

    if (screen) {
        y = (screen.availHeight - height)/2;
        x = (screen.availWidth - width)/2;
    }
   if (screen.availWidth > 1800) {
   x = ((screen.availWidth/2) - width)/2;
    }
window.open('home/home.html','newWin','width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x);

    topWin = window.open('home/home.html','newWin','width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x);
}

function top() {
    topWin.focus();
}

//--></script>

</head>

<body bgcolor="#FFFFFF" scroll="no" onLoad="openWindow(550,440)"onFocus="top()">
<table width="100%" border="0" height="100%">
  <tr>
    <td>
      <div align="center"><a href="home/home.html"><img src="home/images/logopct.jpg" width="142" height="147" border="0"></a></div>
    </td>
  </tr>
</table>
</body>
</html>
Título: Re: problemas con rreproducion automatica
Publicado por: Mr_X en 21 de Enero de 2009, 08:16:41 pm
En el Explorador de windows-->menú Herramientas-->Opciones de carpeta-->Tipos de archivo-->busca la extensión .HTM y .HTML y asegúrate que se abran con tu navegador de Internet...
Además, en el Explorador de Windows-->botón derecho a la unidad de CD-->Reproducción automática-->marca 'Seleccionar la acción que desea ejecutar'
Si no funcionara, prueba el AutoFix (http://www.microsoft.com/downloads/details.aspx?FamilyID=c680a7b6-e8fa-45c4-a171-1b389cfacdad&DisplayLang=en)...