Hola compa pues hize esto espero y te sirva de algo
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
jeje
Código HTML:
Ver originalhtml xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> function mostrar(){
var indice = document.formulario.interfaz.selectedIndex
var valor = document.formulario.interfaz.options[indice].value
if(valor=="3")
{
document.formulario.indique.style.visibility ='visible';
}
}
<form id="formulario" name="formulario"> <select name="interfaz" id="interfaz" onchange="mostrar()"> <input style="visibility:hidden;" name="indique" id="indique" type="text">