Hi, I have a javascript that runs and in the end I would like to update a textbox that I have with the javascript result. But when I run the following javascript: document.getElementById('textBox1').value = resultVal; I get “TypeError: Cannot set property 'value' of null”. Thanks for help! kr Thomas
↧