Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/06/2002, 15:51
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años
Puntos: 177
Re: ¿ tamaño real de pantalla ?...

esto ponelo en el body
<script>
<!--

/*
Full Screen Window Opener Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

function fullwin(targeturl){
window.open(targeturl,"_venfull","f ullscreen, scrollbars=0")
}
//-->
</script>

y esto en el link
onClick="fullwin('#.html')

Salu2 ;)