![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#2
|
||||
|
||||
|
Intenta así:
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title> prueba </title>
<script type='text/javascript'>
function abrir(enlace)
{
var w = screen.availWidth;
var h = screen.availHeight;
var ventana = window.open(enlace.href, '', 'left=0,top=0,width=' + w + ',height=' + h);
return false;
}
</script>
</head>
<body>
<a href='http://google.com' target='_blank' onclick='return abrir(this)'>Google</a>
</body>
</html>
|
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| Como saber cuando internet explorer ha lanzado su ventana de autenticación | albertoP | API de Windows | 1 | 09-01-2007 12:07:29 |
| Como refrescar una ventana de internet explorer? | JuanErasmo | Internet | 1 | 08-02-2006 22:18:29 |
| Nesecito abrir el internet explorer | Epunamun | API de Windows | 2 | 02-01-2006 22:59:16 |
| Ventana de progreso de descarga similar a las del Internet Explorer. | devicer | Internet | 2 | 07-12-2005 16:48:43 |
| Como Abrir El cd y el internet explorer | lastfenix | API de Windows | 2 | 08-10-2005 13:39:36 |
|