Tema: target blank
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/10/2007, 14:16
kru
 
Fecha de Ingreso: septiembre-2007
Mensajes: 11
Antigüedad: 16 años, 7 meses
Puntos: 0
target blank

Como puedo hacer que este codigo me abra los links en una nueva ventana???, donde pongo el target Blank (lio he puesto detras del link) y no me resulta:(
alguien me ayuda

Código HTML:
</BODY>

<FORM>
<SELECT NAME="liste1" SIZE="1">
<OPTION SELECTED VALUE="">Seleccione Subárea
<OPTION VALUE="http://www.cesmec.cl/medios/AcreditacionesINN/LabCalibracion/LC002.pdf"target="_blank">Magnitud Masa
<OPTION VALUE="http://www.cesmec.cl/medios/AcreditacionesINN/LabCalibracion/LC020.pdf"> Magnitud Masa LCNPM
<OPTION VALUE="http://www.cesmec.cl/medios/AcreditacionesINN/LabCalibracion/LC006.pdf"> Magnitud Temperatura
<OPTION VALUE="http://www.cesmec.cl/medios/AcreditacionesINN/LabCalibracion/LC026.pdf"> Magnitud Temperatura LCPNT 
<OPTION VALUE="http://www.cesmec.cl/medios/AcreditacionesINN/LabCalibracion/LC035.pdf"> Magnitud Volumen
</SELECT>
<INPUT TYPE="button" VALUE="Ver"
  onClick="if (form.liste1.selectedIndex != 0)
      location = form.liste1.options[form.liste1.selectedIndex].value;
    else
      alert('Please choose a menu item')">
</FORM>