22/06/2005, 08:50
|
| | Fecha de Ingreso: marzo-2004
Mensajes: 53
Antigüedad: 20 años, 9 meses Puntos: 0 | |
Prueba asi:
<script language="JavaScript" type="text/javascript">
function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
}
</script>
<a href="javascript:void(0);" onClick="fullScreen(url.htm)";> |