Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/01/2004, 06:11
fredu
 
Fecha de Ingreso: abril-2003
Mensajes: 72
Antigüedad: 21 años
Puntos: 0
comandos fullscreen y quit

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