No me funcionan los comandos fullscreen y quit al probar mi web desde un ordenador remoto.
 
Me faltan unas lineas de codigo en el html, justo aqui donde pone //add your code.
 
<SCRIPT LANGUAGE="JavaScript">
<!--
// Detect Browser
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// FSCommand handler for Netscape
function index_DoFSCommand(command, args) {
  var indexObj = InternetExplorer ? index : document.index;
  if (command=="FullScreen") {
    // ADD YOUR CODE HERE
  } else if (command=="Quit") {
    // ADD YOUR CODE HERE
  }
}
//-->
</SCRIPT>
 
¿Que debo poner??
 
 
Gracias 
  
 
