I want to get all the ids
names on a particular page and change it base on a particular name
Is it possible?
I tried so far:
function get_all()
{
var esther = document.getElementById(*);
document.getElementById("bod").value = esther;
}
I want to get all the ids
names on a particular page and change it base on a particular name
Is it possible?
I tried so far:
function get_all()
{
var esther = document.getElementById(*);
document.getElementById("bod").value = esther;
}