Linea:135
caracter:4
error: el objeto no acepta esta propiedad o metodo.
Código HTML:
<script> function getValue(cop) { var y = document.all["country"].value; var x = document.all["country_ID"].value; if (x == "") { alert("Debe Seleccionar un texto"); return false; } var t = document.all[ cop ]; t.focus(); // ACA LINEA 135 DE ERROR ilumina(t); if (x !="") { document.all["country_ID"].value=""; document.all["country"].value=""; document.all["copia"].value=""; } } function prueba() { copia.value =allTrim(country_hidden.value); var cop=document.all["copia"].value; alert("-"+cop+"-"); getValue(cop); } </script>
lo raro es que me funciona bien en otros sitio y en este me tira ese error?
que sera