06/04/2005, 09:33
|
| | Fecha de Ingreso: mayo-2004
Mensajes: 25
Antigüedad: 20 años, 8 meses Puntos: 0 | |
mira yo lo hago asi y de esta manera lo pones donde quieras
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
function ventanacalen(URL)
{
var vp;
// Funcion para no perder el foco del la ventana y no nos abra mas ventanas
vp = window.open(URL,"ventana1","width=350,height=300,t op=350,left=300,scrollbars=NO,menubar=NO,titlebar= NO,status=NO,toolbar=NO")
vp.focus();
}
</script>
</head>
<body>
<a href="javascript:ventanacalen('calendario_gfc.php' )"><img src=fig24.jpg width="150" height="171" border="0"></a>
</body>
</html>
espero que te sirva... bye |