M
Mike
Hello,
I'm trying the following code:
function MoveTeam(id){
This works-gets the value of the element
var x=document.getElementById(id).innerHTML;
This doesnt get the value of the alpha attribute of the same element.
I get a js error.
var q=document.getElementByID(id).attribute('alpha')
alert (q)
Thanks
Mike
I'm trying the following code:
function MoveTeam(id){
This works-gets the value of the element
var x=document.getElementById(id).innerHTML;
This doesnt get the value of the alpha attribute of the same element.
I get a js error.
var q=document.getElementByID(id).attribute('alpha')
alert (q)
Thanks
Mike