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