08/10/2005, 08:44
|
| | | Fecha de Ingreso: marzo-2005 Ubicación: Peru
Mensajes: 481
Antigüedad: 19 años, 10 meses Puntos: 4 | |
para abrir a fuulscreen usa
getURL("FSCommand:fullscreen", true);
para abrirlo como index.html a fullscreen
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!--
window.open("mi_win.html","","scrollbars=no,fullsc reen=Yes");
//-->
</SCRIPT>
</head>
</html> |