![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/01/2010, 06:34
|
| | Fecha de Ingreso: noviembre-2009
Mensajes: 209
Antigüedad: 15 años, 3 meses Puntos: 0 | |
Respuesta: funcion que funciona en local pero no el servidor buenas,gacias por el enalce.
he probdo varios codigos, pero todos me dejan la barra de inicio de windows, enlocal me la quitan pero al subirla al servidor, no me la quita y no se pq.
estos son algunos de los codios que h probado:
<script language="JavaScript">
<!--
function MiFullScreen(address){
if (screen.width + "x" +screen.height == "800x600")
{ document.open(address,"","width=795 ,height=550 ,top=0,left=0,location,scrollbars")}
if (screen.width + "x" +screen.height == "640x480"){
document.open(address,"","width=640 ,height=480,top=0,left=0,location,scrollbars")
}
if (screen.width + "x" +screen.height == "1024x768"){
document.open(address,"","width=1017 ,height=718 ,top=0,left=0,location,scrollbars")}
}
//-->
</script>
<script language='javascript'>
window.open("url.html","algo","type=fullWindow, fullscreen=yes, resizable=yes").focus();
</script>
function abreVentana(html, nombre)
{
window.open(html,nombre, 'scrollbars=no, width='+screen.availWidth+', height='+screen.availHeight+'');
}
NO ENTINED PQ!!!!! NECESTIO AYUDA!!! |