Tema: ventana
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/09/2002, 16:03
eurojames
 
Fecha de Ingreso: diciembre-2001
Mensajes: 76
Antigüedad: 23 años
Puntos: 0
ventana

Tengo esto para abrir una ventana y lo hace bien, pero como hacerlo para que me lo habra con estas condiciones

izquierda = (screen.width) ? (screen.width-700)/2 : 100
arriba = (screen.height) ? (screen.height-400)/2 : 100

opciones = 'toolbar=no,menubar=no,directories=no,status=yes,r esizable=no,location=yes,scrollbars=no,height=400, width=700,left=' + izquierda + ',top=' + arriba + ''

<a target="_blank" href="portada.asp?mus=<%=mitabla(musica,i) %>"><%=mitabla(musica,i)%></a></b>

Saludos cordiales
Espero que alguien me ayude