Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/05/2008, 10:20
Avatar de bandolera_triste
bandolera_triste
 
Fecha de Ingreso: noviembre-2007
Mensajes: 136
Antigüedad: 16 años, 4 meses
Puntos: 0
Re: Popups redireccionables

no te entiendo muy bien
pero para abrir popo ups puedes usar una funcion en javascript
como esta
<script language="javascript">
function ventanaSecundaria (URL){
window.open(URL,"ventana1","width=350,height=290,s crollbars=NO")
}
</script>

y en donde pongas tu enlace puedes poner algo asi
<a href=javascript:ventanaSecundaria('tu pagina.html') onClick=javascript:ventanaSecundaria('tu pagina.html')> pagina</a>

y sobre direccionar puedes usar esto
header ("Location: ./editar.php?id=$id");