Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/05/2006, 08:44
bitshoot
 
Fecha de Ingreso: noviembre-2004
Mensajes: 371
Antigüedad: 20 años, 4 meses
Puntos: 0
bueno el rpblema ya lo resolvi... solo que no me envia el valor del value.

function Id_Pregunta(){
var id_encuesta
id_encuesta = document.form2.rario.value
document.getElementById('pregunta').innerHTML = "<a href='admin.asp?sec=7&actionForm=1&id_encuesta=" + id_encuesta + "'><img src='images/_buton/_view_on.gif' width='40' height='30' border='0'></a>"
}
</script>

ahora me dice que el value no contiene ni un valor, ques estoy haciendo mal?