14/06/2002, 15:51
|
| Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 5 meses 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 ;) |