Hi all!
I have a very a basic question... How can I refer to a document element from my Javascript?
...everytime i need to do hit and trials to find how do I access/set an elements of document...like what is correct...
document.forms.my_form.my_list.value
document.all.tags("button".name
document.tags("input".value
document.tags("select".value
really do not know when to use what??
Thanks
I have a very a basic question... How can I refer to a document element from my Javascript?
...everytime i need to do hit and trials to find how do I access/set an elements of document...like what is correct...
document.forms.my_form.my_list.value
document.all.tags("button".name
document.tags("input".value
document.tags("select".value
really do not know when to use what??
Thanks