Hi
I am trying to get the values of a TD by using the innerHTML and the TD has flash content in it embedded using <object> and <param> tags. When i get the values using
var tabsshtml=document.getElementById('tabss').innerHTML;
alert(tabsshtml);
i am getting only the <object> thing but not the param thng. Can anyone help me in this regard.
Thanks in advance
par