Forum Moderators: open

Message Too Old, No Replies

innerHTML

         

imhere_par

11:28 am on Aug 18, 2005 (gmt 0)

10+ Year Member



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

BlobFisk

9:56 am on Aug 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, imhere_par!

That is strange. I tested this on IE7, Firefox 1.04 and Opera 8.02 and got the paramaters....

imhere_par

10:10 am on Aug 19, 2005 (gmt 0)

10+ Year Member



Hi Blob
Thanks for your reply.. Am using IE 6 and it does not alert me the <param> thing but only the <object> thing.

Thanks again
par