Hi,
Two questions.
1) I cant seem to be able to write text to a textarea from my javascript file. The textarea resides in a form, in a table, on a html page stored in the same folder as the js file? I have tried using things like document.getelementbyid("myform"
.value="hello" and swapping document for top (whatever that means?) but cant get it to work?
2) I have a set of radio buttons, in a form, in a table in a html page. I want to execute js code in a js file when any of the buttons is a)checked or b)unchecked? Does anybody now how this may be done? Or the location of a simple to follow example?
Kind Regards,
Rob
Two questions.
1) I cant seem to be able to write text to a textarea from my javascript file. The textarea resides in a form, in a table, on a html page stored in the same folder as the js file? I have tried using things like document.getelementbyid("myform"

2) I have a set of radio buttons, in a form, in a table in a html page. I want to execute js code in a js file when any of the buttons is a)checked or b)unchecked? Does anybody now how this may be done? Or the location of a simple to follow example?
Kind Regards,
Rob