Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/12/2005, 10:59
infolan
 
Fecha de Ingreso: noviembre-2005
Mensajes: 405
Antigüedad: 19 años, 2 meses
Puntos: 0
ya lo tengo solucionado queda la funcion de esta forma :

function mostrar(c,sb) {
document.getElementById(c).style.display='';
ventana = window.frames["iframe"];
ventana.document.getElementById(sb).style.visibili ty = 'hidden';
}