Tema: Popup window
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/01/2011, 22:29
Avatar de Masterphp
Masterphp
 
Fecha de Ingreso: septiembre-2009
Ubicación: /home/php/
Mensajes: 94
Antigüedad: 14 años, 8 meses
Puntos: 3
Respuesta: Popup window

prubad con esto:

Código HTML:
Ver original
  1. <script language="javascript" type="text/javascript">
  2. function popup_anun(url) {
  3.     ventana=window.open(url,'name','scrollbars=1,resizable=1,height=390,width=660');
  4.     if (window.focus) {ventana.focus()}
  5.     return false;
  6. }
  7.  
  8. <a href="javascript:popup_anun('clases/modelo/Anuncio.php?pos=<?=$valor;?>')">titulo <? echo $reg['titulo']; ?></a>