Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/06/2002, 17:04
Avatar de oops1
oops1
 
Fecha de Ingreso: marzo-2002
Mensajes: 40
Antigüedad: 22 años
Puntos: 0
Re: pop-up al tamaño de la imagen

Gracias por tu respuesta Sergio2112, pero sigo sin poder hacerlo. Tal vez haga algo mal. Por si sirve de algo dejo mi código html:
<html>

<head>
<title>_____LA CONTRAPORTADA_____Especialistas Secundarios_____</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="author" content="Team-especialistas">
<meta name="KEYWORDS"
content="Humor,Entrevistas,Noticias,Titulares ,Música,Cine,Deportes,Literatura,Actualidad,Natura leza,Internet,Futurología,Meteorología">
<meta name="description"
content="Sin duda la mejor página de humor, la curación de tu stress, el escape a al calvario de tu jefe y todo de la mano de Especialistas Secundarios... FÁCIL!">
<script LANGUAGE="JavaScript">
function ChangeUrl(formulaire)
{
if (formulaire.ListeUrl.selectedIndex != 0)
{
location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
}
else
{
alert('Tienes que elegir un destino.');
}
}
</script>
</head>

<body style="scrollbar-Base-Color:#37BDFF" vlink="#34BDFF" alink="#5090FF">
<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="760" height="0%">
<tr>
<td width="117" bgcolor="#34BDFF"><img src="imagen/izq.jpg" width="14" height="14"
alt="izq.jpg (1116 bytes)"></td>
<td width="526" bgcolor="#34BDFF"></td>
<td width="117" bgcolor="#34BDFF"><p align="right"><img src="imagen/derech.JPG" width="14"
height="14" alt="derech.JPG (1120 bytes)"></td>
</tr>
<tr>
<td width="740" colspan="3" bgcolor="#37BDFF" height="40"><p align="center"><img
src="imagen/image004.gif" width="353" height="67" alt="image004.gif (5460 bytes)"></td>
</tr>
<tr>
<td colspan="3" width="617" background="imagen/deg.jpg" height="26"><p align="right"><em><font
face="Hobo" color="#BFEBFF">Especialistas Secundarios</font></em></td>
</tr>


Sigue...